活动:大富翁

This commit is contained in:
qiaoxin
2021-06-18 19:45:55 +08:00
parent 15ff0938bc
commit b4578f053a
13 changed files with 593 additions and 4 deletions

View File

@@ -124,6 +124,26 @@ export enum DAILY_MEAL_TYPE {
}
/**
* 土地类型
*/
export enum LAND_TYPE {
BANK_NORMAL = 1, // 普通土地,银行
BANK_COIN = 2, // 铜币银行
BANK_GOLD = 3, // 元宝银行
SHOP = 4, // 商店
}
/**
* 银行操作
*/
export enum BANK_TYPE {
IN = 1, // 进
OUT = 2, // 出
}
//服务器开服时间
export const SERVER_OPEN_TIME = '2021-06-06T20:03:16.637+08:00';
//玩家等级大于等于15级才能开启vip签到