备份CatanBuilding瘦身独立工程
This commit is contained in:
20
Assets/Scripts/Consts/Define.cs
Normal file
20
Assets/Scripts/Consts/Define.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
public class Define
|
||||
{
|
||||
public static string[] sp_rod_card =
|
||||
{
|
||||
"sp_rod_card_blue",
|
||||
"sp_rod_card_blue",
|
||||
"sp_rod_card_purple",
|
||||
"sp_rod_card_yellow",
|
||||
};
|
||||
}
|
||||
|
||||
//钓鱼结果
|
||||
public enum FishingResult
|
||||
{
|
||||
Success = 1,
|
||||
Fail1 = 4,//张力过大
|
||||
Fail2 = 3,//张力过小
|
||||
Fail3 = 2,//鱼逃跑
|
||||
Fail4 = 5,//没点刺鱼
|
||||
}
|
||||
3
Assets/Scripts/Consts/Define.cs.meta
Normal file
3
Assets/Scripts/Consts/Define.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 411149877b5244109da694cbd3a74767
|
||||
timeCreated: 1688614379
|
||||
20
Assets/Scripts/Consts/TextIds.cs
Normal file
20
Assets/Scripts/Consts/TextIds.cs
Normal 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";
|
||||
}
|
||||
11
Assets/Scripts/Consts/TextIds.cs.meta
Normal file
11
Assets/Scripts/Consts/TextIds.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dc30c8cc7d7b22f4a9a245e7c6a977a4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user