using System; namespace SUISS.Cloud { public enum InboxErrors { NoInternet, GeneralError, PlayernamesNotLoggedIn } }