C# Class CloudWars.SpaceBattle.SpaceBattleFactory

Inheritance: IFactory
Mostra file Open project: pedro-ramirez-suarez/cloudwarsgame

Public Methods

Method Description
GetClientFeedback ( ) : IClientFeedback
GetGame ( ) : IGame
GetGame ( System.Guid matchId, bool loadMatchData ) : IGame
GetPlayerPresence ( ) : IPlayerPresence

Method Details

GetClientFeedback() public method

public GetClientFeedback ( ) : IClientFeedback
return IClientFeedback

GetGame() public method

public GetGame ( ) : IGame
return IGame

GetGame() public method

public GetGame ( System.Guid matchId, bool loadMatchData ) : IGame
matchId System.Guid
loadMatchData bool
return IGame

GetPlayerPresence() public method

public GetPlayerPresence ( ) : IPlayerPresence
return IPlayerPresence