mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Add support for codexQuests (#870)
This commit is contained in:
11
proto/CodexTypeData.proto
Normal file
11
proto/CodexTypeData.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "CodexType.proto";
|
||||
|
||||
message CodexTypeData {
|
||||
CodexType type = 1;
|
||||
repeated uint32 codex_id_list = 2;
|
||||
repeated bool have_viewed_list = 3;
|
||||
map<uint32, uint32> weapon_max_promote_level_map = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user