Exemple #1
0
 public PlayGame(view.IView a_view, model.Game a_model)
 {
     m_view = a_view;
     m_game = a_model;
     m_game.SetSubscriber(this);
 }