Beispiel #1
0
 // This will spam shoot bullets if put in update(). Use coroutines
 public override void Attack () {
     weapon.UseWeapon ();
 }