C# Class CloudWars.SpaceBattle.SpaceBattleFactory

Inheritance: IFactory
Afficher le fichier Open project: pedro-ramirez-suarez/cloudwarsgame

Méthodes publiques

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

Method Details

GetClientFeedback() public méthode

public GetClientFeedback ( ) : IClientFeedback
Résultat IClientFeedback

GetGame() public méthode

public GetGame ( ) : IGame
Résultat IGame

GetGame() public méthode

public GetGame ( System.Guid matchId, bool loadMatchData ) : IGame
matchId System.Guid
loadMatchData bool
Résultat IGame

GetPlayerPresence() public méthode

public GetPlayerPresence ( ) : IPlayerPresence
Résultat IPlayerPresence