You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 rivejä
249 B

  1. using System;
  2. namespace SUISS.Cloud
  3. {
  4. public enum PlayernameErrors
  5. {
  6. DuplicatePlayername = 401,
  7. ProfanePlayername,
  8. PlayernameNotFound = 410,
  9. IncorrectPassword,
  10. NoInternet = 0,
  11. GeneralError,
  12. LostValidRefreshToken
  13. }
  14. }