1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00

add gauge def for drk and whm

This commit is contained in:
collett 2020-03-02 17:33:02 +09:00
parent 47719addae
commit d2e4726c38

View file

@ -1099,6 +1099,19 @@ namespace Sapphire::Common
{
uint8_t oathGauge;
} pld;
struct
{
uint8_t blood;
uint16_t darksideTimeRemaining;
uint8_t darkArts;
uint16_t shadowTimeRemaining;
} drk;
struct
{
uint16_t lilyTimer;
uint8_t lilies;
uint8_t bloodLilies;
} whm;
};
using PlayerStateFlagList = std::vector< PlayerStateFlag >;