コード例 #1
0
 public RecruitingSessionImpl(IUserProfile currentRecruitProfile, IPlayerProfile playerProfile, IMessagingPlatform platform, IGameManager manager)
 {
     this.currentRecruitProfile = currentRecruitProfile;
     this.playerProfile         = playerProfile;
     this.platform    = platform;
     this.gameManager = manager;
 }
コード例 #2
0
 public void SetMessagingPlatform(IMessagingPlatform p)
 {
     this.platform = p;
 }