making things more organized, turning Player deprecated, preparing for nlua and using partial classes for additions to another barotrauma classes

This commit is contained in:
Evil Factory
2021-09-10 18:32:19 -03:00
parent 176a24cb43
commit 813aaf29b8
8 changed files with 118 additions and 20 deletions
@@ -1250,7 +1250,7 @@ namespace Barotrauma
commands.Add(new Command("reloadlua", "reloads lua", (string[] args) =>
{
GameMain.Lua = new LuaSetup();
GameMain.Lua.Initialize();
}));