wip, net hook class

This commit is contained in:
Oiltanker
2022-04-10 20:02:28 +03:00
parent 0b501ab4a1
commit ae2b84cceb
4 changed files with 274 additions and 46 deletions
@@ -437,6 +437,7 @@ namespace Barotrauma
public void Exit()
{
ShouldRun = false;
GameMain.Net.Stop();
}
}
}