物品消耗
This commit is contained in:
@@ -8,7 +8,12 @@ import { HeroModel } from './Hero';
|
||||
interface roleUpdate {
|
||||
ce?: number;
|
||||
_id?:number;
|
||||
coin?: number;
|
||||
gold?:number;
|
||||
frdCnt?: number;
|
||||
expeditionPoint?:number;
|
||||
}
|
||||
|
||||
class TopHero {
|
||||
@prop({ required: true })
|
||||
hid: number; // 武将id
|
||||
|
||||
Reference in New Issue
Block a user