mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
13 lines
257 B
Protocol Buffer
13 lines
257 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: MAGCLOOBFPI
|
|
enum MAGCLOOBFPI {
|
|
MAGCLOOBFPI_REUNION_REPORT_TYPE_NONE = 0;
|
|
MAGCLOOBFPI_REUNION_REPORT_TYPE_START = 1;
|
|
MAGCLOOBFPI_REUNION_REPORT_TYPE_DOUBLE = 2;
|
|
}
|
|
|