summaryrefslogtreecommitdiff
path: root/src/routers/vault/types/LegacyAccount.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/routers/vault/types/LegacyAccount.js')
-rw-r--r--src/routers/vault/types/LegacyAccount.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routers/vault/types/LegacyAccount.js b/src/routers/vault/types/LegacyAccount.js
index 747e6df..0e1bc62 100644
--- a/src/routers/vault/types/LegacyAccount.js
+++ b/src/routers/vault/types/LegacyAccount.js
@@ -1,4 +1,5 @@
const GameAccount = require("./GameAccount.js");
+const LegacyChar = require("./LegacyChar.js");
/**
* represents a Legacy game account
@@ -8,6 +9,10 @@ module.exports = class LegacyAccount extends GameAccount {
revoltId = null;
/** reference to the EvolAccount of the target evol account */
revoltAccount = null;
+ /** Legacy game characters
+ * @type {LegacyChar[]}
+ */
+ chars = [];
/**
* serialize for sending over the network