先修复一下,错误的场景 删除不必要的钓场资产 修复into场景 update:更新meta文件,修复报错 update:修复资源 修复第一章节建造 修复建造第三章 update:删除多余内容 update:更新README.md update:还原图标 update:更新README update:更新配置
21 lines
1008 B
C#
21 lines
1008 B
C#
|
|
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";
|
|
}
|