mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-01 19:53:41 +00:00
add ActorBlockSyncMessage
This commit is contained in:
parent
f24c726a81
commit
1d9372749e
@ -14,6 +14,11 @@ public:
|
||||
|
||||
DimensionHeightRange(short a):max(a){};
|
||||
};
|
||||
|
||||
struct ActorBlockSyncMessage{
|
||||
ActorUniqueID mEntityUniqueID;
|
||||
char mMessage[4];
|
||||
};
|
||||
#undef BEFORE_EXTRA
|
||||
|
||||
class Dimension {
|
||||
|
Loading…
Reference in New Issue
Block a user