示例#1
0
 public static void Add(RoundInfo round)
 {
     _rounds.Push(round);
 }
示例#2
0
        public static void Add(IPlayer player, IFormation formation)
        {
            var round = new RoundInfo(player, formation);

            Add(round);
        }