Files
zwift-offline/protobuf/login-response.proto
Юрий Першин 4b8c3deb1f proto enum refactorings
no pro crowd any more...
2022-02-21 15:35:42 +05:00

9 lines
239 B
Protocol Buffer

syntax = "proto2";
/* XXX: This is a first approximation of login response. Not looked into or verified. */
import "per-session-info.proto";
message LoginResponse {
required string session_state = 1;
required PerSessionInfo info = 2;
}