update
This commit is contained in:
@@ -435,6 +435,7 @@ export class PurchaseConfig {
|
||||
this.name = _buf_.readString()
|
||||
this.count = _buf_.readInt()
|
||||
this.price = _buf_.readInt()
|
||||
this.usd = _buf_.readInt()
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -453,12 +454,17 @@ export class PurchaseConfig {
|
||||
* 价格
|
||||
*/
|
||||
readonly price: number
|
||||
/**
|
||||
* u价格
|
||||
*/
|
||||
readonly usd: number
|
||||
|
||||
resolve(tables:Tables) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user