Removed NIException.

This commit is contained in:
MapleWheels
2026-02-10 19:15:23 -05:00
parent 9e2fc13460
commit 5e33a908d2

View File

@@ -272,11 +272,6 @@ namespace Barotrauma.LuaCs
public LuaGame()
{
#if DEBUG
return; // startup testing
#endif
throw new NotImplementedException();
/*LuaUserData.MakeFieldAccessible(UserData.RegisterType(typeof(GameSettings)), "currentConfig");
Settings = UserData.CreateStatic(typeof(GameSettings));*/
}