Exemplo n.º 1
0
        public LoseWhenAllPlayersUnitsAreDead(PlayerComponent player, ScenarioComponent scenario)
        {
            condition     = new ConditionAllPlayerUnitsDead(this, player);
            this.scenario = scenario;

            action = new PlayerLoseAction(this, scenario);
        }
        public LoseWhenAllPlayersUnitsAreDead(PlayerComponent player, ScenarioComponent scenario)
        {
            condition = new ConditionAllPlayerUnitsDead(this,player);
            this.scenario = scenario;

            action = new PlayerLoseAction(this, scenario);
        }