Explorar el Código

Remove redundant unsafe keyword

Dragon hace 4 años
padre
commit
3ff41c66bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}