-
Notifications
You must be signed in to change notification settings - Fork 42
0x2311 FRAMEWORKMSG_SHARD_UPDATE
DummkopfOfHachtenduden edited this page Sep 3, 2021
·
1 revision
2 ushort shardID
1 byte updateType //ShardUpdateType
if(updateType == ShardUpdateType.Name)
{
2 ushort Name.Length
* string Name
}
else if(updateType == ShardUpdateType.MaxUser)
{
2 ushort MaxUser
}