mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:27:32 +08:00
Small refactoring
This commit is contained in:
@@ -25,10 +25,9 @@ export default class Integer64Entity extends IEntity {
|
||||
this.value = BigInt(value)
|
||||
}
|
||||
|
||||
/** @returns {P<Integer64Entity>} */
|
||||
static createGrammar() {
|
||||
return /** @type {P<Integer64Entity>} */(
|
||||
P.numberBigInteger.map(v => new this(v))
|
||||
)
|
||||
return P.numberBigInteger.map(v => new this(v))
|
||||
}
|
||||
|
||||
serialize(
|
||||
|
||||
Reference in New Issue
Block a user