mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-01 06:02:53 +08:00
8 lines
142 B
Protocol Buffer
8 lines
142 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
enum MapMarkTipsType {
|
||
|
MARK_TIPS_DUNGEON_ELEMENT_TRIAL = 0;
|
||
|
}
|