mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-21 20:09:45 +08:00
[skip ci] support virtual item
This commit is contained in:
@@ -11,6 +11,8 @@ enum class PacketType : uint8_t
|
||||
None = 0,
|
||||
Achivement = 1,
|
||||
Inventory = 2,
|
||||
PropData = 100,
|
||||
End = 255,
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user