mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 21:52:58 +03:00
un
This commit is contained in:
15
unimplemented/GetUgcDungeonBriefType.proto
Normal file
15
unimplemented/GetUgcDungeonBriefType.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
// Version: 5.0
|
||||
|
||||
enum GetUgcDungeonBriefType {
|
||||
GetUgcDungeonBriefType_NONE = 0;
|
||||
GetUgcDungeonBriefType_STARRED_DUNGEON = 1;
|
||||
GetUgcDungeonBriefType_STARRED_ROOM = 2;
|
||||
GetUgcDungeonBriefType_OWNER = 3;
|
||||
GetUgcDungeonBriefType_HISTORY = 4;
|
||||
GetUgcDungeonBriefType_SEARCH = 5;
|
||||
GetUgcDungeonBriefType_OFFICIAL = 6;
|
||||
GetUgcDungeonBriefType_TEMPLATE = 7;
|
||||
}
|
Reference in New Issue
Block a user