ECS Atmos Part 1: Move GridAtmosphere updating and processing to AtmosphereSystem.Processing (#4206)
This commit is contained in:
committed by
GitHub
parent
f2816e8081
commit
3f28a4d784
@@ -10,6 +10,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
public bool ExcitedGroupsSpaceIsAllConsuming { get; private set; }
|
||||
public float AtmosMaxProcessTime { get; private set; }
|
||||
public float AtmosTickRate { get; private set; }
|
||||
public float AtmosTime => 1f / AtmosTickRate;
|
||||
|
||||
private void InitializeCVars()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user