mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-27 11:18:04 +08:00
8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
exports = module.exports = Entity;
|
|
|
|
function Entity () {
|
|
}
|
|
|
|
Entity.prototype = {
|
|
|
|
}; |