C# Class Assets.Scripts.Turrets.TurretModel

Inheritance: ICloneable
Datei anzeigen Open project: Final-Parsec/Corsair

Public Properties

Property Type Description
aoeDamage int
aoeRange int
attackOptions AttackOptionsFlags
damage int
damageOverTime int
range float
rateOfFire int
turretType TurretType

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

Property Details

aoeDamage public_oe property

public int aoeDamage
return int

aoeRange public_oe property

public int aoeRange
return int

attackOptions public_oe property

public AttackOptionsFlags attackOptions
return AttackOptionsFlags

damage public_oe property

public int damage
return int

damageOverTime public_oe property

public int damageOverTime
return int

range public_oe property

public float range
return float

rateOfFire public_oe property

public int rateOfFire
return int

turretType public_oe property

public TurretType turretType
return TurretType