7 lines
77 B
Protocol Buffer
Raw Normal View History

2022-03-02 22:43:04 +08:00
syntax = "proto3";
enum GridEvent {
CreateGrid = 0;
OpenGrid = 1;
}