Struct HealthUpdateArgs
Namespace: RTSEngine.Event
Assembly: cs.temp.dll.dll
Syntax
public struct HealthUpdateArgs
Constructors
HealthUpdateArgs(Int32, IEntity)
Declaration
public HealthUpdateArgs(int value, IEntity source)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | value | |
| IEntity | source |
Properties
Source
Declaration
public IEntity Source { get; }
Property Value
| Type | Description |
|---|---|
| IEntity |
Value
Declaration
public int Value { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |