diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-10-21 16:49:21 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-10-21 16:49:21 +1100 |
commit | e3aa302a8c86d7d33afd2ae13a2bdacee141d2bf (patch) | |
tree | 6f00cfa9838f92a323e25649ea1915f21a233992 /source/game/StarPlayer.hpp | |
parent | f270c3f1686923531058badf2e33633e54929d85 (diff) |
Move teamMembers impl to Lua bindings
avoiding including UniverseClient.hpp and TeamClient.hpp in StarPlayer
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r-- | source/game/StarPlayer.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/game/StarPlayer.hpp b/source/game/StarPlayer.hpp index fe97fce..1a6a5c2 100644 --- a/source/game/StarPlayer.hpp +++ b/source/game/StarPlayer.hpp @@ -88,6 +88,7 @@ public: void setStatistics(StatisticsPtr statistics); void setUniverseClient(UniverseClient* universeClient); + UniverseClient* universeClient() const; QuestManagerPtr questManager() const; @@ -316,8 +317,6 @@ public: void updateIdentity(); - JsonArray teamMembers(); - void setBodyDirectives(String const& directives); void setEmoteDirectives(String const& directives); |