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