10 lines
132 B
Protocol Buffer
Raw Normal View History

2022-03-02 22:43:04 +08:00
syntax = "proto3";
enum GridEvent {
CreateGrid = 0;
OpenGrid = 1;
2022-03-03 22:17:07 +08:00
GetRows = 2;
GetFields = 3;
CreateRow = 4;
2022-03-02 22:43:04 +08:00
}