diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-14 23:28:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-14 23:28:55 +0300 |
commit | f349460cedb54d3490e016a48036ced26cd8e998 (patch) | |
tree | e93d9bae4296dc021c93a620da9d8dc652fdd64f /src/net/playerhandler.h | |
parent | 7b7771f90573b462b16ccb467500f4d7d533b6a9 (diff) | |
download | manaplus-f349460cedb54d3490e016a48036ced26cd8e998.tar.gz manaplus-f349460cedb54d3490e016a48036ced26cd8e998.tar.bz2 manaplus-f349460cedb54d3490e016a48036ced26cd8e998.tar.xz manaplus-f349460cedb54d3490e016a48036ced26cd8e998.zip |
Add packet CMSG_PLAYER_SELECT_STYLE 0x0a46.
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r-- | src/net/playerhandler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index 88a13fa1f..58fa582ee 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -111,6 +111,12 @@ class PlayerHandler notfinal const int64_t base, const int mod, const Notify notify) const = 0; + virtual void selectStyle(const int headColor, + const int headStyle, + const int bodyColor, + const int topStyle, + const int middleStyle, + const int bottomStyle) const = 0; }; } // namespace Net |