Class PauseConfig
Inheritance
System.Object
PauseConfig
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public class PauseConfig : Object
Constructors
PauseConfig()
Declaration
public PauseConfig()
Properties
Paused
Declaration
public bool Paused { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UnpauseAtFirstLogin
Declaration
public bool UnpauseAtFirstLogin { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |