Explorar o código

Remove redundant unsafe keyword

Dragon %!s(int64=4) %!d(string=hai) anos
pai
achega
3ff41c66bc
Modificáronse 1 ficheiros con 1 adicións e 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;
 		}