Class FactionUpdateArgs
Namespace: RTSEngine.Event
Assembly: cs.temp.dll.dll
Syntax
public class FactionUpdateArgs : EventArgs
Constructors
FactionUpdateArgs(IEntity, Int32)
Declaration
public FactionUpdateArgs(IEntity source, int targetFactionID)
Parameters
| Type | Name | Description |
|---|---|---|
| IEntity | source | |
| Int32 | targetFactionID |
Properties
Source
Declaration
public IEntity Source { get; }
Property Value
| Type | Description |
|---|---|
| IEntity |
TargetFactionID
Declaration
public int TargetFactionID { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |