ErrorCode.cs 105 B

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