GC-Proto/proto/IslandPartySailInfo.proto

18 lines
401 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "GalleryStartSource.proto";
import "IslandPartySailStage.proto";
option java_package = "emu.grasscutter.net.proto";
message IslandPartySailInfo {
GalleryStartSource startSource = 1;
uint32 Unk3300_MJOIIJIBAHF = 5;
uint32 Unk3300_MJHMCAPGBIK = 11;
IslandPartySailStage stage = 14;
uint32 Unk3300_HCJGDHEMBLM = 7;
uint32 coin = 13;
uint32 Unk3300_PFCJODGNDCI = 8;
}