Quellcode durchsuchen

Remove redundant unsafe keyword

Dragon vor 4 Jahren
Ursprung
Commit
3ff41c66bc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Interface.cs

+ 1 - 1
Interface.cs

@@ -18,7 +18,7 @@ namespace HuntBuddy
 		public bool DrawInterface;
 		private bool _drawConfigurationInterface;
 
-		public unsafe Interface(Plugin plugin)
+		public Interface(Plugin plugin)
 		{
 			_plugin = plugin;
 		}