GC-Proto/proto/EntityRendererChangedInfo.proto
2023-01-28 22:00:48 +08:00

12 lines
204 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message EntityRendererChangedInfo {
map<string, uint32> changedRenderers = 1;
uint32 visibilityCount = 2;
bool isCached = 3;
}