C# Class withSIX.Play.Core.Games.Entities.RealVirtuality.IronFrontGame

Inheritance: Arma2FreeGame, IHaveDlc
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
IronFrontGame ( System.Guid id, GameSettingsController settingsController ) : System
QueryServers ( IGameServerQueryHandler queryHandler ) : Task>
SupportsContent ( Mission mission ) : bool

Private Methods

Method Description
IronFrontGame ( System.Guid id, Arma2FreeSettings settings ) : System

Method Details

IronFrontGame() public method

public IronFrontGame ( System.Guid id, GameSettingsController settingsController ) : System
id System.Guid
settingsController GameSettingsController
return System

QueryServers() public method

public QueryServers ( IGameServerQueryHandler queryHandler ) : Task>
queryHandler IGameServerQueryHandler
return Task>

SupportsContent() public method

public SupportsContent ( Mission mission ) : bool
mission Mission
return bool