Skip to main content

AtcService

The AtcService provides information about Auto Traffic Control itself.

Get Version

The current version of the game can be queried with the GetVersion request, which returns the Version message type.

rpc GetVersion(GetVersionRequest) returns (GetVersionResponse);

Request

message GetVersionRequest {}

Response

message GetVersionResponse {
Version version = 1;
}