浏览代码

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