public ClientStructures() { SlotSon = new SlotViewJson(); MsgSon = new MsgViewJson(); MenuSon = new MenuViewJson(); GameSon = new GameViewJson(); }
public GameViewModel() { _mainBoard = new GameViewJson(); }