diff options
Diffstat (limited to 'source/game/StarSystemWorldServer.hpp')
-rw-r--r-- | source/game/StarSystemWorldServer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarSystemWorldServer.hpp b/source/game/StarSystemWorldServer.hpp index f1bc30f..26a703c 100644 --- a/source/game/StarSystemWorldServer.hpp +++ b/source/game/StarSystemWorldServer.hpp @@ -40,6 +40,7 @@ public: void update(float dt); List<SystemObjectPtr> objects() const override; + List<Uuid> objectKeys() const override; SystemObjectPtr getObject(Uuid const& uuid) const override; List<ConnectionId> pullShipFlights(); |