GC-Proto/unimplemented/ICOBAPGCJEL.proto

12 lines
213 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
import "Vector.proto";
message ICOBAPGCJEL {
uint32 group_id = 4;
Vector pos = 10;
uint32 gadget_id = 11;
}