Class AppInfoToModel
- Namespace
- RustPlusApi.Extensions
- Assembly
- RustPlusApi.dll
Mapping extensions from protobuf server-info messages to model types.
public static class AppInfoToModel
- Inheritance
-
AppInfoToModel
- Inherited Members
Methods
ToServerInfo(AppInfo)
Maps an RustPlusContracts.AppInfo to a ServerInfo.
public static ServerInfo ToServerInfo(this AppInfo appInfo)
Parameters
appInfoAppInfoThe protobuf server info response.