ebc0403fde
UserScript Protocol "first cut" checked-in. Needs rework.
15 lines
178 B
Protocol Buffer
15 lines
178 B
Protocol Buffer
import "protocol.proto";
|
|
|
|
package OstProto;
|
|
|
|
// Sample Protocol
|
|
message UserScript {
|
|
|
|
optional string program = 1;
|
|
|
|
}
|
|
|
|
extend Protocol {
|
|
optional UserScript userScript = 54;
|
|
}
|