mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 01:18:50 +00:00
11 lines
171 B
Protocol Buffer
11 lines
171 B
Protocol Buffer
syntax = "proto3";
|
|
package github;
|
|
|
|
// [RINF:DART-SIGNAL]
|
|
message AskProtonVersions {}
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message ProtonVersions {
|
|
repeated string versions = 1;
|
|
}
|