Exemplo n.º 1
0
 public RecruitingSessionImpl(IUserProfile currentRecruitProfile, IPlayerProfile playerProfile, IMessagingPlatform platform, IGameManager manager)
 {
     this.currentRecruitProfile = currentRecruitProfile;
     this.playerProfile         = playerProfile;
     this.platform    = platform;
     this.gameManager = manager;
 }
Exemplo n.º 2
0
 public void SetMessagingPlatform(IMessagingPlatform p)
 {
     this.platform = p;
 }