public void Shoot() { if (_shootTime >= _shootMax) { _shootTime = Time.Zero; Projectiles.Shoot <Laser>(Position, Sprite.Facing); } }