1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-09 18:46:07 +03:00
GC-Proto/proto/BreakoutVector2.proto
2024-05-22 19:51:09 +08:00

8 lines
146 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: FIGLCLAIOJM
message BreakoutVector2 {
int32 x = 1;
int32 y = 2;
}