Namespace: GameOfDeathAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
public float CurrentHealth { get; set; }
public float CurrentHealth { get; set; }
Public Property CurrentHealth As Single
Get
Set
Public Property CurrentHealth As Single
Get
Set
public:
property float CurrentHealth {
float get ();
void set (float value);
}
public:
property float CurrentHealth {
float get ();
void set (float value);
}
member CurrentHealth : float32 with get, set
member CurrentHealth : float32 with get, set
Property Value
Type:
Single