コード例 #1
0
ファイル: Program.cs プロジェクト: pdoh00/card-game-framework
 public void SetTableState(string connectionId, TableState tableState)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void SetTableState(string connectionId, TableState tableState)
 {
     GetPokerServerHubContext().Clients[connectionId].setTableState(tableState);
 }