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

add EventYield and placeholders for all variant of it

This commit is contained in:
collett 2021-02-05 03:46:45 +09:00
parent 6086183867
commit 7f2c58bdfa

View file

@ -194,6 +194,15 @@ namespace Sapphire::Network::Packets
EventPlay128 = 0x038A, // updated 5.35 hotfix
EventPlay255 = 0x034B, // updated 5.35 hotfix
EventYield = 0x037D, // updated 5.35 hotfix
//EventYield4 = 0x0000,
//EventYield8 = 0x0000,
//EventYield16 = 0x0000,
//EventYield32 = 0x0000,
//EventYield64 = 0x0000,
//EventYield128 = 0x0000,
//EventYield255 = 0x0000,
EventStart = 0x009A, // updated 5.35 hotfix
EventFinish = 0x007E, // updated 5.35 hotfix