summaryrefslogtreecommitdiff
path: root/model.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-22 14:31:25 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-22 14:31:25 +0200
commitd51a341e1dae0a910aa6492c8340039a56fbc0d0 (patch)
tree2281a693d08768e32b70522018dea76e451b7915 /model.js
parent5cbc55a1a441a098393cc44e50f7e2be4e8473e2 (diff)
downloadorm-d51a341e1dae0a910aa6492c8340039a56fbc0d0.tar.gz
orm-d51a341e1dae0a910aa6492c8340039a56fbc0d0.zip
add region dimension
Diffstat (limited to 'model.js')
-rw-r--r--model.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/model.js b/model.js
index aff7577..dd7990e 100644
--- a/model.js
+++ b/model.js
@@ -18,6 +18,7 @@ module.exports = (seq, Seq) => {
Filter = seq.import("./models/filter.js"),
Skilltier = seq.import("./models/skill_tier.js"),
Build = seq.import("./models/build.js"),
+ Region = seq.import("./models/region.js"),
// data stats
ParticipantStats = seq.import("./models/participant_stats.js"),
@@ -44,7 +45,7 @@ module.exports = (seq, Seq) => {
return {
Match, Roster, Participant, Player, Asset,
- Item, Hero, Series, GameMode, Role, Filter, Skilltier, Build,
+ Item, Hero, Series, GameMode, Role, Filter, Skilltier, Build, Region,
ParticipantStats,
PlayerPoint, GlobalPoint,
Gamer,