Namespace: GameOfDeath.ItemsAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
public bool IsDamageOverTime { get; set; }
public bool IsDamageOverTime { get; set; }
Public Property IsDamageOverTime As Boolean
Get
Set
Public Property IsDamageOverTime As Boolean
Get
Set
public:
property bool IsDamageOverTime {
bool get ();
void set (bool value);
}
public:
property bool IsDamageOverTime {
bool get ();
void set (bool value);
}
member IsDamageOverTime : bool with get, set
member IsDamageOverTime : bool with get, set
Property Value
Type:
Boolean