ソースを参照

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;
 		}