public class TextIds { public static readonly string OK = "OK"; public static readonly string CANCEL = "Cancel"; public static readonly string LOADING = "Loading"; public static readonly string CONNECTION_LOST = "ConnectionLost"; public static readonly string SERVER_IS_MAINTAINING = "Maintaining"; public static readonly string RETRY = "Retry"; public static readonly string CLIENT_NEED_UPDATE = "NeedUpdate"; public static readonly string SAVE_FILE_ERROR = "SaveError"; public static readonly string DOWNLOADING = "Downloading"; public static readonly string DOWNLOAD_ERROR = "DownloadError"; public static readonly string REQUEST_TIME_OUT = "RequestTimeOut"; public static readonly string RESTART_GAME = "RestartGame"; public static readonly string EXIT_GAME = "ExitGame"; public static readonly string OK_COUNT_DOWN = "OKCD"; public static readonly string OOPS = "Oops"; public static readonly string STH_WENT_WRONG = "SthWentWrong"; }