8 lines
137 B
Protocol Buffer
8 lines
137 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: ENDBNJAECJM
|
|
enum AreaPlayType {
|
|
AREA_PLAY_NONE = 0;
|
|
AREA_PLAY_CLIMATE = 1;
|
|
AREA_PLAY_REGIONAL_PLAY = 2;
|
|
}
|