战力
This commit is contained in:
@@ -466,7 +466,7 @@ export function readWarJsonFileList() {
|
||||
|
||||
// 字典表常用解析方法
|
||||
// 解析物品 {"id": number, "count": number} 格式
|
||||
export function parseReward(str: string) {
|
||||
export function parseGoodStr(str: string) {
|
||||
let result = new Array<{id: number, count: number}>();
|
||||
if(!str) return result;
|
||||
let decodeArr = decodeArrayListStr(str);
|
||||
|
||||
Reference in New Issue
Block a user