event_map.proto 77 B

123456
  1. syntax = "proto3";
  2. enum GridEvent {
  3. CreateGrid = 0;
  4. OpenGrid = 1;
  5. }