public void SetWeapon(Missile weapon) { shootingSystem.Construct(weapon); }
public void Construct(Missile weapon) { this.weapon = weapon; }