7 lines
157 B
Protocol Buffer
7 lines
157 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message EntityClientData {
|
|
float windmill_sync_angle = 2;
|
|
uint32 wind_change_scene_time = 1;
|
|
int32 wind_change_target_level = 3;
|
|
}
|