예제 #1
0
 public ClientStructures()
 {
     SlotSon = new SlotViewJson();
     MsgSon  = new MsgViewJson();
     MenuSon = new MenuViewJson();
     GameSon = new GameViewJson();
 }
예제 #2
0
 public GameViewModel()
 {
     _mainBoard = new GameViewJson();
 }