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