Example #1
0
 void Shield()
 {
     shieldGun.Shoot();
     S_World.events.Add(new Event(
                            gameObject,
                            shieldToMoveTicks,
                            Move,
                            recurrent_: false,
                            variance_: 0));
 }
Example #2
0
 void Shield()
 {
     shieldGun.Shoot();
     S_World.events.Add(new Event(gameObject, 1, Move));
 }