示例#1
0
 public void Start()
 {
     AddRobots();
     actions.Save(new ActionQueue(new[] { new Instability() as IAction, new Earnings(), new Mortality() }));
     active.Reset(players);
     sl.Settings = sl.Settings.Start();
     powers.Add(players);
 }
示例#2
0
 void End()
 {
     actions.EndOfTurn(active.Id);
     powers.Add(players);
     active.Next(players);
 }