Class UserSettings
Inheritance
System.Object
UserSettings
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public class UserSettings : Object, IController, IViewController, IHasUniversalID
Constructors
UserSettings()
Declaration
public UserSettings()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IgnoredUsers
Declaration
public ControllerList<User> IgnoredUsers { get; }
Property Value
Type | Description |
---|---|
ControllerList<User> |