Babylonia-terminal/babylonia_terminal_launcher/messages/steps/proton.proto

20 lines
360 B
Protocol Buffer

syntax = "proto3";
package proton;
// [RINF:RUST-SIGNAL]
message ProtonDownloadProgress {
uint64 current = 1;
uint64 max = 2;
}
// [RINF:DART-SIGNAL]
message StartProtonInstallation {
string protonVersion = 1;
};
// [RINF:RUST-SIGNAL]
message NotifyProtonStartDecompressing {}
// [RINF:RUST-SIGNAL]
message NotifyProtonSuccessfullyInstalled {}