6 lines
99 B
Protocol Buffer
6 lines
99 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message EntityRendererChangedInfo {
|
||
|
map<string, bool> changedRenderers = 1;
|
||
|
}
|