9 lines
112 B
Protocol Buffer
Raw Normal View History

2022-03-02 22:43:04 +08:00
syntax = "proto3";
enum GridEvent {
2022-03-05 10:59:44 +08:00
OpenGrid = 0;
GetRows = 1;
GetFields = 2;
CreateRow = 3;
2022-03-02 22:43:04 +08:00
}