Namespace: GameOfDeath.ItemsAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
protected abstract float Damage { get; }
protected abstract float Damage { get; }
Protected MustOverride ReadOnly Property Damage As Single
Get
Protected MustOverride ReadOnly Property Damage As Single
Get
protected:
virtual property float Damage {
float get () abstract;
}
protected:
virtual property float Damage {
float get () abstract;
}
abstract Damage : float32 with get
abstract Damage : float32 with get
Property Value
Type:
Single