C# Class Assets.Scripts.Turrets.TurretModel

Inheritance: ICloneable
Show file 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 property

public int aoeDamage
return int

aoeRange public property

public int aoeRange
return int

attackOptions public property

public AttackOptionsFlags attackOptions
return AttackOptionsFlags

damage public property

public int damage
return int

damageOverTime public property

public int damageOverTime
return int

range public property

public float range
return float

rateOfFire public property

public int rateOfFire
return int

turretType public property

public TurretType turretType
return TurretType