7 lines
156 B
Protocol Buffer
7 lines
156 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message EntityRendererChangedInfo {
|
|
map<string, uint32> changed_renderers = 1;
|
|
bool is_cached = 3;
|
|
uint32 visibility_count = 2;
|
|
}
|