GC-Proto/unimplemented/EDODPNMMKLI.proto

15 lines
357 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
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;
}