GC-Proto/proto/WeekendDjinnInfo.proto

11 lines
167 B
Protocol Buffer

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