mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
19 lines
424 B
Protocol Buffer
19 lines
424 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "GalleryStartSource.proto";
|
||
|
import "IslandPartySailStage.proto";
|
||
|
|
||
|
// Name: JDBICBHIFLJ
|
||
|
message SceneGalleryIslandPartySailInfo {
|
||
|
uint32 coin = 1;
|
||
|
GalleryStartSource start_source = 11;
|
||
|
uint32 PCDHDGNHKIH = 7;
|
||
|
uint32 HGHNCOGIFOB = 9;
|
||
|
uint32 CBJLPHIDMMA = 10;
|
||
|
IslandPartySailStage stage = 6;
|
||
|
uint32 BPMNGFDGLGL = 14;
|
||
|
}
|
||
|
|