GC-Proto/proto/RegionEvent.proto

10 lines
117 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
enum RegionEvent {
REGION_EVENT_NONE = 0;
REGION_EVENT_ENTER = 1;
REGION_EVENT_LEAVE = 2;
}