7 lines
70 B
Protocol Buffer
7 lines
70 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
enum ModifierAction {
|
||
|
ADDED = 0;
|
||
|
REMOVED = 1;
|
||
|
}
|