C# Class Dwarrowdelf.Server.GameFactory

Inheritance: System.MarshalByRefObject, IGameFactory
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Méthode Description
CreateGame ( string gameDir, GameOptions options ) : IGame
InitializeLifetimeService ( ) : object
LoadGame ( string gameDir, System.Guid save ) : IGame

Method Details

CreateGame() public méthode

public CreateGame ( string gameDir, GameOptions options ) : IGame
gameDir string
options GameOptions
Résultat IGame

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

LoadGame() public méthode

public LoadGame ( string gameDir, System.Guid save ) : IGame
gameDir string
save System.Guid
Résultat IGame