diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-25 20:32:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-25 20:32:49 +0300 |
commit | 3e25eaf71f76daaf846b640e691209a5f26e1cce (patch) | |
tree | 2b191d5c63956c7497c19e8d38269dc1f99ba5d9 /src/net/skillhandler.h | |
parent | 5d0e738a90341dff367c49e4dfefe8e6c565882f (diff) | |
download | ManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.tar.gz ManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.tar.bz2 ManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.tar.xz ManaVerse-3e25eaf71f76daaf846b640e691209a5f26e1cce.zip |
Add packet CMSG_SKILL_USE_BEING_START 0x0b10
Diffstat (limited to 'src/net/skillhandler.h')
-rw-r--r-- | src/net/skillhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/skillhandler.h b/src/net/skillhandler.h index 858e29513..8459c6c61 100644 --- a/src/net/skillhandler.h +++ b/src/net/skillhandler.h @@ -46,6 +46,10 @@ class SkillHandler notfinal const int level, const BeingId beingId) const = 0; + virtual void useBeingStart(const int id, + const int level, + const BeingId beingId) const = 0; + virtual void usePos(const int id, const int level, const int x, const int y) const = 0; |