GC-Proto/proto/GrassInfo.proto

13 lines
179 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message GrassInfo {
uint32 id = 1;
Rotation center = 2;
Rotation size = 3;
}