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