mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-15 14:12:59 +03:00
UN
This commit is contained in:
17
unimplemented/MCLKLLLBAIF.proto
Normal file
17
unimplemented/MCLKLLLBAIF.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user