GC-Proto/proto/RegionEvent.proto

10 lines
117 B
Protocol Buffer

syntax = "proto3";
enum RegionEvent {
REGION_EVENT_NONE = 0;
REGION_EVENT_ENTER = 1;
REGION_EVENT_LEAVE = 2;
}