mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.2
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "ChallengeFinishType.proto";
|
||||
import "ChannelerSlabLoopDungeonResultInfo.proto";
|
||||
import "CustomDungeonResultInfo.proto";
|
||||
import "EffigyChallengeDungeonResultInfo.proto";
|
||||
import "PotionDungeonResultInfo.proto";
|
||||
import "StrengthenPointData.proto";
|
||||
import "Unk2700_FHOKHHBGPEG.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
@@ -31,7 +31,7 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
// EnetIsReliable: true
|
||||
message DungeonChallengeFinishNotify {
|
||||
map<uint32, StrengthenPointData> strengthen_point_data_map = 13;
|
||||
Unk2700_FHOKHHBGPEG Unk2700_ONCDLPDHFAB = 9;
|
||||
ChallengeFinishType finish_type = 9;
|
||||
bool is_new_record = 10;
|
||||
uint32 challenge_record_type = 7;
|
||||
uint32 time_cost = 4;
|
||||
@@ -39,7 +39,7 @@ message DungeonChallengeFinishNotify {
|
||||
bool is_success = 3;
|
||||
uint32 challenge_index = 5;
|
||||
oneof detail {
|
||||
ChannelerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 1521;
|
||||
ChannelerSlabLoopDungeonResultInfo channeler_slab_loop_dungeon_result_info = 1521;
|
||||
EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 1627;
|
||||
PotionDungeonResultInfo potion_dungeon_result_info = 1824;
|
||||
CustomDungeonResultInfo custom_dungeon_result_info = 1664;
|
||||
|
Reference in New Issue
Block a user