C# Class mine, Main-Working-Repository

Inheritance: weapon
显示文件 Open project: GCSShatteredSpace/Main-Working-Repository Class Usage Examples

Public Methods

Method Description
fireWeapon ( Vector2 pos, int time ) : void
mine ( ) : System.Collections

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void
generateDamage ( int index, bool hit ) : void

Method Details

fireWeapon() public method

public fireWeapon ( Vector2 pos, int time ) : void
pos Vector2
time int
return void

mine() public method

public mine ( ) : System.Collections
return System.Collections