Allow the player to finish dungeons

This commit is contained in:
Melledy
2022-04-29 00:49:05 -07:00
parent 069ae5fbb8
commit c3c170def9
9 changed files with 65 additions and 3 deletions

7
proto/ParamList.proto Normal file
View File

@@ -0,0 +1,7 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ParamList {
repeated uint32 param_list_ = 1;
}