Esempio n. 1
0
 public virtual void Join(IGame game)
 {
     _ticket = game.SubscribeSafe(this);
     Game = game;
 }