军团优化:拍卖行基础奖励

This commit is contained in:
luying
2022-07-21 10:02:44 +08:00
parent 1f8674b443
commit 3c5c1cd2ae
15 changed files with 143 additions and 159 deletions

View File

@@ -14,6 +14,8 @@ export interface DicGuildAuction {
readonly rewards: number;
// 城池
readonly cityId: number;
// 基础分红
readonly basicDividend: number;
}
export const dicGuildAuction = new Map<string, DicGuildAuction[]>();