mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-27 03:47:45 +00:00
add gauge def for drk and whm
This commit is contained in:
parent
47719addae
commit
d2e4726c38
1 changed files with 13 additions and 0 deletions
|
@ -1099,6 +1099,19 @@ namespace Sapphire::Common
|
||||||
{
|
{
|
||||||
uint8_t oathGauge;
|
uint8_t oathGauge;
|
||||||
} pld;
|
} 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 >;
|
using PlayerStateFlagList = std::vector< PlayerStateFlag >;
|
||||||
|
|
Loading…
Add table
Reference in a new issue