GC-Proto/proto/IslandPartySailInfoNotify.proto
2023-02-28 09:12:44 +08:00

16 lines
303 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "IslandPartySailStage.proto";
// Name: EKBGCNALDLF
// CmdId: 5594
message IslandPartySailInfoNotify {
uint32 kill_monster_count = 8;
uint32 coin = 3;
IslandPartySailStage stage = 12;
uint32 progress = 6;
}