GC-Proto/proto/IslandPartySailInfoNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
303 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "IslandPartySailStage.proto";
// CmdId: 5551
// Name: GCEFCLGFGPE
message IslandPartySailInfoNotify {
uint32 coin = 5;
uint32 progress = 11;
IslandPartySailStage stage = 1;
uint32 kill_monster_count = 4;
}