Select Git revision
app.config.js
-
Reiter, Christoph authored
It's not finished and there is currently no progress.
Reiter, Christoph authoredIt's not finished and there is currently no progress.
netcode.proto 194 B
syntax = "proto3";
package netcode;
service NotifierCom {
rpc SendMessage (SendMessageRequest) returns (Nothing);
}
message SendMessageRequest {
string message = 1;
}
message Nothing {
}