10 lines
170 B
Protocol Buffer
Raw Normal View History

2022-03-16 21:19:51 +08:00
syntax = "proto3";
enum GridNotification {
Unknown = 0;
2022-03-18 17:14:46 +08:00
GridDidCreateBlock = 11;
DidUpdateRow = 20;
2022-03-20 17:17:06 +08:00
GridDidUpdateCells = 30;
DidUpdateFields = 40;
2022-03-16 21:19:51 +08:00
}