GC-Proto/proto/PotionResetChallengeRsp.proto

14 lines
237 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PotionStageData.proto";
2023-02-28 04:12:44 +03:00
// Name: JHMHBINFLBM
// CmdId: 8262
2023-02-18 04:48:44 +03:00
message PotionResetChallengeRsp {
2023-02-28 04:12:44 +03:00
int32 retcode = 2;
PotionStageData stage_data = 4;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00