C# Class BombWeapon, wepwep

Inheritance: MonoBehaviour
Mostra file Open project: encephalopathy/wepwep Class Usage Examples

Public Properties

Property Type Description
bombActivated bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
fireBomb ( ) : IEnumerator
wave ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bombActivated public_oe property

public bool bombActivated
return bool