11 lines
305 B
Protocol Buffer
11 lines
305 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
enum MEOEBDAIMCI {
|
||
|
MEOEBDAIMCI_ItemExceedLimitMsgDefault = 0;
|
||
|
MEOEBDAIMCI_ItemExceedLimitMsgText = 1;
|
||
|
MEOEBDAIMCI_ItemExceedLimitMsgDialog = 2;
|
||
|
MEOEBDAIMCI_ItemExceedLimitMsgDialogNonblock = 3;
|
||
|
}
|