mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-23 14:32:27 +08:00
格式化代码
This commit is contained in:
@@ -5,125 +5,125 @@ package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message SeaLampPlayerContributionNotify {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10672;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10672;
|
||||
}
|
||||
|
||||
uint32 total_contribution = 1;
|
||||
uint32 add_progress = 2;
|
||||
uint32 total_contribution = 1;
|
||||
uint32 add_progress = 2;
|
||||
}
|
||||
|
||||
message SeaLampProgressNotify {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10698;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10698;
|
||||
}
|
||||
|
||||
uint32 schedule_id = 1;
|
||||
uint32 progress = 2;
|
||||
bool is_finished = 3;
|
||||
bool is_changed_by_muip = 4;
|
||||
uint32 schedule_id = 1;
|
||||
uint32 progress = 2;
|
||||
bool is_finished = 3;
|
||||
bool is_changed_by_muip = 4;
|
||||
}
|
||||
|
||||
message SeaLampBroadcastNotify {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10612;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10612;
|
||||
}
|
||||
|
||||
uint32 schedule_id = 1;
|
||||
uint32 last_phase = 2;
|
||||
uint32 phase = 3;
|
||||
uint32 progress = 4;
|
||||
bool is_changed_by_muip = 5;
|
||||
uint32 schedule_id = 1;
|
||||
uint32 last_phase = 2;
|
||||
uint32 phase = 3;
|
||||
uint32 progress = 4;
|
||||
bool is_changed_by_muip = 5;
|
||||
}
|
||||
|
||||
message SeaLampSetProgressByMuipReq {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10635;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10635;
|
||||
}
|
||||
|
||||
uint32 progress = 1;
|
||||
uint32 progress = 1;
|
||||
}
|
||||
|
||||
message SeaLampSetProgressByMuipRsp {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10607;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10607;
|
||||
}
|
||||
|
||||
int32 retcode = 1;
|
||||
uint32 old_progress = 2;
|
||||
uint32 new_progress = 3;
|
||||
uint32 factor = 4;
|
||||
int32 retcode = 1;
|
||||
uint32 old_progress = 2;
|
||||
uint32 new_progress = 3;
|
||||
uint32 factor = 4;
|
||||
}
|
||||
|
||||
message SeaLampProgressImplementNotify {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10621;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10621;
|
||||
}
|
||||
|
||||
SeaLampProgressNotify msg = 1;
|
||||
SeaLampProgressNotify msg = 1;
|
||||
}
|
||||
|
||||
message SeaLampClearProgressByGmNotify {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10603;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10603;
|
||||
}
|
||||
}
|
||||
|
||||
message SeaLampAddProgressByMuipReq {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10690;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10690;
|
||||
}
|
||||
|
||||
uint32 add_progress = 1;
|
||||
uint32 add_progress = 1;
|
||||
}
|
||||
|
||||
message SeaLampAddProgressByMuipRsp {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10673;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10673;
|
||||
}
|
||||
|
||||
int32 retcode = 1;
|
||||
uint32 old_progress = 2;
|
||||
uint32 new_progress = 3;
|
||||
uint32 factor = 4;
|
||||
int32 retcode = 1;
|
||||
uint32 old_progress = 2;
|
||||
uint32 new_progress = 3;
|
||||
uint32 factor = 4;
|
||||
}
|
||||
|
||||
message SeaLampActivityDataMuip {
|
||||
uint32 progress = 1;
|
||||
uint32 phase_id = 2;
|
||||
uint32 factor = 3;
|
||||
uint32 progress = 1;
|
||||
uint32 phase_id = 2;
|
||||
uint32 factor = 3;
|
||||
}
|
||||
|
||||
message GetActivityDataByMuipReq {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10699;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10699;
|
||||
}
|
||||
|
||||
uint32 activity_id = 1;
|
||||
uint32 activity_id = 1;
|
||||
}
|
||||
|
||||
message GetActivityDataByMuipRsp {
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10631;
|
||||
}
|
||||
enum CmdId {
|
||||
NONE = 0;
|
||||
CMD_ID = 10631;
|
||||
}
|
||||
|
||||
int32 retcode = 1;
|
||||
uint32 activity_id = 2;
|
||||
uint32 schedule_id = 3;
|
||||
bool is_started = 4;
|
||||
bool is_finished = 5;
|
||||
oneof detail {
|
||||
SeaLampActivityDataMuip sea_lamp_data = 10;
|
||||
}
|
||||
int32 retcode = 1;
|
||||
uint32 activity_id = 2;
|
||||
uint32 schedule_id = 3;
|
||||
bool is_started = 4;
|
||||
bool is_finished = 5;
|
||||
oneof detail {
|
||||
SeaLampActivityDataMuip sea_lamp_data = 10;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user