mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 13:44:38 +03:00
10 lines
134 B
Protocol Buffer
10 lines
134 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
enum AreaPlayType {
|
||
|
AREA_PLAY_TYPE_NONE = 0;
|
||
|
AREA_PLAY_TYPE_CLIMATE = 1;
|
||
|
AREA_PLAY_TYPE_REGIONAL_PLAY = 2;
|
||
|
}
|