using System; namespace SUISS.Cloud { public enum MessageErrors { NoInternet, GeneralError, PlayernamesNotLoggedIn = 3, ConcurrencyError } }