GC-Proto/proto/MusicBriefInfo.proto

25 lines
726 B
Protocol Buffer
Raw Normal View History

2022-11-12 07:55:07 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message MusicBriefInfo {
2023-01-28 17:00:48 +03:00
uint64 ugcGuid = 8;
uint32 Unk3300_CCMMPAHIMDO = 88;
uint32 Unk3300_PLNOFOHFAPE = 15;
repeated uint32 Unk3300_HKBHAIMOBKO = 1363;
bool Unk3300_FKIGPAJFPLG = 5;
uint64 importFromUgcGuid = 6;
uint32 musicId = 14;
repeated uint32 Unk3300_JEEBFPFEHHG = 1062;
uint32 Unk3300_MBKDGBNFPOA = 1837;
uint32 Unk3300_OJOKFBJALIJ = 7;
uint32 Unk3300_EGIGIOOKBAB = 287;
uint32 Unk3300_OBBMCFADNIN = 2;
uint32 Unk3300_PBENMAHHGIL = 9;
bool Unk3300_NCDKCNOLGKB = 4;
uint32 version = 1;
string creatorNickname = 3;
bool Unk3300_GDNAPNAINBA = 11;
uint32 maxScore = 12;
uint32 Unk3300_KMMBLIMKJCM = 10;
bool isPsnPlatform = 13;
2022-11-12 07:55:07 +03:00
}