added RespawnManager to Game
This commit is contained in:
@@ -104,6 +104,18 @@ namespace Barotrauma
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
public RespawnManager RespawnManager
|
||||
{
|
||||
get
|
||||
{
|
||||
#if SERVER
|
||||
return GameMain.Server.RespawnManager;
|
||||
#else
|
||||
return GameMain.Client.RespawnManager;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
public DynValue Settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user