Interface IRoster
Namespace: Eco.Gameplay.UI
Assembly: Eco.Gameplay.dll
Syntax
public interface IRoster
Properties
MemberCount
Declaration
int MemberCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
SubscribeRosterChange(Action)
Declaration
void SubscribeRosterChange(Action onChanged)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action | onChanged |