diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-27 19:21:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-27 19:21:37 +0300 |
commit | 7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8 (patch) | |
tree | 40cf0cab5c0549506555f53422d67ff4f2b868ee /src/net/pethandler.h | |
parent | 7112c6d75657791aab52a5e1e2f7aec9a0b2519d (diff) | |
download | plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.tar.gz plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.tar.bz2 plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.tar.xz plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.zip |
add pet emote command.
New chat command: /emotepet emote
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r-- | src/net/pethandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h index 15805ba22..a3a5f25f5 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -38,6 +38,8 @@ class PetHandler virtual void spawn(const Being *const being, const int x, const int y) const = 0; + + virtual void emote(const uint8_t emoteId) const = 0; }; } // namespace Net |