diff --git a/src/models/GeneralScription.ts b/src/models/GeneralScription.ts index 5a93605..ebf0e6c 100644 --- a/src/models/GeneralScription.ts +++ b/src/models/GeneralScription.ts @@ -34,6 +34,8 @@ export class GeneralScriptionClass extends BaseModule { public value: string @prop() public input: string + @prop({ default: 0 }) + public stat: number public static async saveEvent(event: any) { const dataStr = hexToUtf8(event.input)