Browse Source

Remove redundant unsafe keyword

Dragon 4 năm trước cách đây
mục cha
commit
3ff41c66bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 		}