コード例 #1
0
 public static void SendGameContextCreateMessage(Client client, GameContextEnum context)
 {
     client.Send(new GameContextCreateMessage((sbyte)context));
 }
コード例 #2
0
 public void ChangeContext(GameContextEnum context)
 {
     ContextType = context;
 }
コード例 #3
0
 public void ChangeContext(GameContextEnum context)
 {
     ContextType = context;
 }