squidGame/tgx-games-config/interface/ITreasureCfg.ts

28 lines
261 B
TypeScript
Raw Permalink Normal View History

2025-02-07 10:49:34 +08:00
export interface ITreasureCfg {
/**
*ID
*/
id:number,
/**
*
*/
name:string,
/**
*
*/
icon:string,
/**
*
*/
rare:number,
/**
*
*/
describe:string,
/**
*
*/
sign:string,
}