9 lines
151 B
Protocol Buffer
Raw Normal View History

2022-03-16 21:19:51 +08:00
syntax = "proto3";
enum GridNotification {
Unknown = 0;
2022-03-17 17:25:43 +08:00
GridDidUpdateBlock = 10;
2022-03-16 21:19:51 +08:00
GridDidUpdateCells = 20;
GridDidUpdateFields = 30;
}