The PacketType Enumeration
In
KRelay documentation i can see
The PacketType enum is the reccomended way to determine what packet is what type instead of using the packet's Id. This way, plugins still work when IDs change.
Can someone show me usage example of it ?