Procházet zdrojové kódy

Remove redundant unsafe keyword

Dragon před 4 roky
rodič
revize
3ff41c66bc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 		}