mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-27 11:18:04 +08:00
Refactor ahead of changes for #3
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
exports = module.exports = EntityController;
|
||||
|
||||
function EntityController () {
|
||||
this.entities = [];
|
||||
}
|
||||
|
||||
EntityController.prototype = {
|
||||
add: function (id) {
|
||||
|
||||
},
|
||||
remove: function (id) {
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user