mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
17 lines
320 B
Protocol Buffer
17 lines
320 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "GalleryStartSource.proto";
|
||
|
|
||
|
message IslandPartyRaftInfo {
|
||
|
uint32 coin = 10;
|
||
|
uint32 Unk3300_HHEKIPECDAK = 5;
|
||
|
uint32 pointId = 13;
|
||
|
uint32 Unk3300_HNECEGNMKNK = 4;
|
||
|
uint32 Unk3300_FBACMOFGPGJ = 7;
|
||
|
GalleryStartSource startSource = 15;
|
||
|
}
|