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
@@ -137,6 +137,8 @@ namespace Barotrauma
NetLobbyScreen = new NetLobbyScreen();
CheckContentPackage();
Lua = new LuaSetup();
}