备份CatanBuilding瘦身独立工程

This commit is contained in:
JSD\13999
2026-05-26 16:15:54 +08:00
commit 2d0e6a61b7
12001 changed files with 2431925 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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";
}