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