mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
9 lines
232 B
Protocol Buffer
9 lines
232 B
Protocol Buffer
|
// Proto has been converted from Sorapointa to Grasscutter format
|
||
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
enum MusicGameUnknown1Enum {
|
||
|
MusicGameUnknown1Enum_NONE = 0;
|
||
|
MusicGameUnknown1Enum_u2 = 1;
|
||
|
}
|