CommandID.cs 98 B

123456
  1. public enum CommandID
  2. {
  3. KeepAlive = 0,
  4. ReceivePublicMessage = 1,
  5. Synchronize = 2,
  6. }