mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-15 22:22:59 +03:00
update proto 3.5 part 1
This commit is contained in:
13
proto/InstableSprayDungeonSettleInfo.proto
Normal file
13
proto/InstableSprayDungeonSettleInfo.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: PILMILBHFIB
|
||||
message InstableSprayDungeonSettleInfo {
|
||||
uint32 difficulty = 1;
|
||||
repeated uint32 score_list = 9;
|
||||
uint32 stage_id = 4;
|
||||
bool is_new_record = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user