Преглед изворни кода

Remove redundant unsafe keyword

Dragon пре 4 година
родитељ
комит
3ff41c66bc
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 		}