Class ImmigrationContext
Inheritance
System.Object
ImmigrationContext
Namespace: Eco.Gameplay.Civics.Immigration
Assembly: Eco.Gameplay.dll
Syntax
public class ImmigrationContext : Object, IContextObject, IController, IViewController, IHasUniversalID
Constructors
ImmigrationContext()
Declaration
public ImmigrationContext()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Immigrant
Declaration
[CanAutoAssign]
public User Immigrant { get; set; }
Property Value
Type | Description |
---|---|
User |