C# Class HardLaserShot, wepwep

Inheritance: MonoBehaviour
Mostrar archivo Open project: encephalopathy/wepwep

Public Properties

Property Type Description
NRGCost int
damage int

Public Methods

Method Description
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerStay() public method

public OnTriggerStay ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

NRGCost public_oe property

public int NRGCost
return int

damage public_oe property

public int damage
return int