mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
19 lines
402 B
Protocol Buffer
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;
|
|
}
|