コード例 #1
0
 public void AddGameSession(GameSessionModel session)
 {
     this.GameSessionCollection.Add(session);
 }
コード例 #2
0
 public void AddGameSession(GameSessionModel session)
 {
     this.GameSessionCollection.Add(session);
 }