Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarPlayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r--source/game/StarPlayer.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/game/StarPlayer.hpp b/source/game/StarPlayer.hpp
index 21fe2d6..1ac97a2 100644
--- a/source/game/StarPlayer.hpp
+++ b/source/game/StarPlayer.hpp
@@ -383,7 +383,8 @@ public:
void queueItemPickupMessage(ItemPtr const& item);
void addChatMessage(String const& message);
- void addEmote(HumanoidEmote const& emote);
+ void addEmote(HumanoidEmote const& emote, Maybe<float> emoteCooldown = {});
+ pair<HumanoidEmote, float> currentEmote() const;
List<ChatAction> pullPendingChatActions() override;