mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 00:19:24 +03:00
10 lines
233 B
Protocol Buffer
10 lines
233 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;
|
||
|
}
|