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-18 17:14:46 +08:00
|
|
|
GridDidCreateBlock = 11;
|
2022-03-16 21:19:51 +08:00
|
|
|
GridDidUpdateCells = 20;
|
|
|
|
GridDidUpdateFields = 30;
|
|
|
|
}
|