This commit is contained in:
2025-09-18 21:21:48 +08:00
parent 3fd19e82d5
commit b1e17b6816
16 changed files with 728 additions and 476 deletions
+6
View File
@@ -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) {
}
}