GC-Proto/proto/WeekendDjinnInfo.proto

12 lines
168 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message WeekendDjinnInfo {
Rotation rot = 11;
Rotation pos = 10;
}