7 lines
103 B
Protocol Buffer
7 lines
103 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: ACCJDILEKGK
|
|
enum UgcType {
|
|
UGC_TYPE_NONE = 0;
|
|
UGC_TYPE_MUSIC_GAME = 1;
|
|
}
|