mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
exports = module.exports = EntityController;
|
|
|
|
function EntityController () {
|
|
}
|
|
|
|
EntityController.prototype = {
|
|
}; |