forked from projectmoon/tenebrous-dicebot
8 lines
98 B
Protocol Buffer
8 lines
98 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package othercom;
|
||
|
|
||
|
message ExternalChildMessage {
|
||
|
string my_string = 1;
|
||
|
}
|