mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
17 lines
495 B
Protocol Buffer
17 lines
495 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
enum MCLKLLLBAIF {
|
|
MCLKLLLBAIF_PlayerJudge = 0;
|
|
MCLKLLLBAIF_PlayerEnterOptionRefuse = 1;
|
|
MCLKLLLBAIF_PlayerEnterOptionDirect = 2;
|
|
MCLKLLLBAIF_SystemJudge = 3;
|
|
MCLKLLLBAIF_HostInMatch = 4;
|
|
MCLKLLLBAIF_PsPlayerNotAcceptOthers = 5;
|
|
MCLKLLLBAIF_OpenStateNotOpen = 6;
|
|
MCLKLLLBAIF_HostInEditMode = 7;
|
|
MCLKLLLBAIF_PriorCheck = 8;
|
|
MCLKLLLBAIF_PlayerOffline = 9;
|
|
}
|