syntax = "proto3"; package game; // [RINF:RUST-SIGNAL] message GameInstallationProgress { uint64 current = 1; uint64 max = 2; } // [RINF:DART-SIGNAL] message StartGameInstallation { bool isUpdating = 1; } // [RINF:RUST-SIGNAL] message NotifyGameStartDownloading {} // [RINF:RUST-SIGNAL] message NotifyGameStartPatching {} // [RINF:RUST-SIGNAL] message NotifyGameSuccessfullyInstalled {} // [RINF:DART-SIGNAL] message RunGame {} // [RINF:RUST-SIGNAL] message GameStopped {}