Example #1
0
        public bool Add(Player player)
        {
            mPlayers.Add(player);

            mUi.PlayerAdded(player.Name, mPlayers.Count);
            return(true);
        }