Пример #1
0
 public static Monopoly GetInstance()
 {
     if (_instance == null)
     {
         _instance = new Monopoly();
     }
     return(_instance);
 }
 public MonopolyPlayerIterator(Monopoly game)
 {
     this.game = game;
 }