C# Class Assets.Scripts.ItemSystem.ItemTypes.CargoItems.Turret.WeaponTurret

Inheritance: Assets.Scripts.ItemSystem.ItemTypes.CargoItems.Turret.TurretItem
Show file Open project: Runnetty1/Astero

Public Properties

Property Type Description
bullet GameObject
dmg float
firingCooldownTime float
speed float
spread float

Property Details

bullet public property

public GameObject bullet
return GameObject

dmg public property

public float dmg
return float

firingCooldownTime public property

public float firingCooldownTime
return float

speed public property

public float speed
return float

spread public property

public float spread
return float