Esempio n. 1
0
 public static void SendGameContextCreateMessage(Client client, GameContextEnum context)
 {
     client.Send(new GameContextCreateMessage((sbyte)context));
 }
 public void ChangeContext(GameContextEnum context)
 {
     ContextType = context;
 }
Esempio n. 3
0
 public void ChangeContext(GameContextEnum context)
 {
     ContextType = context;
 }