Gating network behind compile flag

This commit is contained in:
2026-08-11 12:52:38 -05:00
parent 5f34cb34b2
commit 830864aa8a
281 changed files with 334 additions and 13204 deletions
+4
View File
@@ -19,6 +19,10 @@ class Player extends Entity {
this.add(PLAYER);
}
dispose() {
}
}
module.exports = Player;