ErrorCode.cs 101 B

12345678
  1. 
  2. namespace ENet
  3. {
  4. public static class ErrorCode
  5. {
  6. public const int ClientDisconnect = 1;
  7. }
  8. }