mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
423 B
Protocol Buffer
19 lines
423 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GalleryStartSource.proto";
|
|
import "IslandPartySailStage.proto";
|
|
|
|
// Name: COFLJAJIAPN
|
|
message SceneGalleryIslandPartySailInfo {
|
|
GalleryStartSource start_source = 1;
|
|
uint32 BEBDPAPHFMM = 9;
|
|
uint32 MEIDOEMPBOH = 3;
|
|
IslandPartySailStage stage = 11;
|
|
uint32 FHFHIGBGEBG = 6;
|
|
uint32 ABOELDEOICA = 2;
|
|
uint32 coin = 12;
|
|
}
|
|
|