mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
18 lines
401 B
Protocol Buffer
18 lines
401 B
Protocol Buffer
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;
|
|
}
|