GC-Proto/proto/MPLevelEntityInfo.proto

13 lines
232 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
import "AbilitySyncStateInfo.proto";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
message MPLevelEntityInfo {
2023-01-28 17:00:48 +03:00
AbilitySyncStateInfo abilityInfo = 2;
uint32 entityId = 11;
uint32 authorityPeerId = 9;
2022-11-06 15:30:21 +03:00
}