mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-05 17:30:44 +08:00
Progress #3
This commit is contained in:
@@ -133,7 +133,7 @@ GarageServer.prototype.removeEntity = function (id) {
|
||||
};
|
||||
|
||||
GarageServer.prototype.updateEntityState = function (id, state) {
|
||||
|
||||
this.game.updateEntityState(id, state);
|
||||
};
|
||||
|
||||
GarageServer.prototype.getEntities = function () {
|
||||
|
||||
Reference in New Issue
Block a user