Class CitizenRosterComponent
Main component for interacting with the list of citizens on a town settlement. Allows inviting and applying through the roster.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Settlements.Components
Assembly: Eco.Gameplay.dll
Syntax
public class CitizenRosterComponent : SettlementComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions, INotifyPropertyChanged
Constructors
CitizenRosterComponent()
Declaration
public CitizenRosterComponent()
Properties
ComponentTabName
Declaration
public override LocString ComponentTabName { get; }
Property Value
Type | Description |
---|---|
LocString |
Overrides
Roster
Declaration
public UserRoster Roster { get; }
Property Value
Type | Description |
---|---|
UserRoster |
Implements
System.ComponentModel.INotifyPropertyChanged