mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
15 lines
357 B
Protocol Buffer
15 lines
357 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
enum EDODPNMMKLI {
|
|
EDODPNMMKLI_None = 0;
|
|
EDODPNMMKLI_StarredDungeon = 1;
|
|
EDODPNMMKLI_StarredRoom = 2;
|
|
EDODPNMMKLI_Owner = 3;
|
|
EDODPNMMKLI_History = 4;
|
|
EDODPNMMKLI_Search = 5;
|
|
EDODPNMMKLI_Official = 6;
|
|
EDODPNMMKLI_Template = 7;
|
|
}
|