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

add VFX effect type

This commit is contained in:
NotAdam 2019-01-30 22:45:54 +11:00
parent edd61389dc
commit 839cca0d25

View file

@ -564,7 +564,8 @@ namespace Sapphire::Common
TpGain = 13,
GpGain = 14,
Knockback = 33,
Mount = 38
Mount = 38,
VFX = 59, // links to VFX sheet
};
enum class ActionHitSeverityType : uint8_t