コード例 #1
0
 public void ChangeRoom(string room)
 {
     client.Send(RuntimeUtility.GetCallerName(), new object[] { room });
 }
コード例 #2
0
 public void Unprepare()
 {
     client.Send(RuntimeUtility.GetCallerName(), new object[] { });
 }
コード例 #3
0
 public void ChangeName(string name)
 {
     client.Send(RuntimeUtility.GetCallerName(), new object[] { name });
 }