NahidaImpact/NahidaImpact.Protocol/EntityRendererChangedInfo.proto
2024-01-04 16:48:39 +03:00

7 lines
156 B
Protocol Buffer

syntax = "proto3";
message EntityRendererChangedInfo {
map<string, uint32> changed_renderers = 1;
bool is_cached = 3;
uint32 visibility_count = 2;
}