コード例 #1
0
ファイル: Client.cs プロジェクト: hellowod/synchronize-frame
 public void Send(MessageBuffer msg)
 {
     server.Send(msg, this);
 }