Method | Description | |
---|---|---|
CreateGame ( string gameDir, GameOptions options ) : IGame | ||
InitializeLifetimeService ( ) : object | ||
LoadGame ( string gameDir, System.Guid save ) : IGame |
public CreateGame ( string gameDir, GameOptions options ) : IGame | ||
gameDir | string | |
options | GameOptions | |
return | IGame |
public InitializeLifetimeService ( ) : object | ||
return | object |
public LoadGame ( string gameDir, System.Guid save ) : IGame | ||
gameDir | string | |
save | System.Guid | |
return | IGame |