syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message Rotation { float x = 1; float y = 2; float z = 3; }