GC-Proto/proto/IslandPartySailInfo.proto
2023-02-18 09:48:44 +08:00

19 lines
402 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GalleryStartSource.proto";
import "IslandPartySailStage.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;
}