Ejemplo n.º 1
0
 public RecruitAction(ProvinceData prov, BaseRegiment reg, float dt) : base(dt)
 {
     //type = TypeGameAction.RecruitGameAction;
     regiment  = reg;
     onAction += () => prov.RecruitRegiment(this);
 }