Babylonia-terminal/babylonia_terminal_launcher/messages/github.proto
2024-05-24 23:49:55 +02:00

11 lines
171 B
Protocol Buffer

syntax = "proto3";
package github;
// [RINF:DART-SIGNAL]
message AskProtonVersions {}
// [RINF:RUST-SIGNAL]
message ProtonVersions {
repeated string versions = 1;
}