GC-Proto/proto/WeekendDjinnInfo.proto
2023-01-28 22:00:48 +08:00

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;
}