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; }