Interface IMapCreationStrategy<T>
An generic interface for creating a new IMap of a specified type
Namespace: RogueSharp.MapCreation
Assembly: RogueSharp.dll
Syntax
public interface IMapCreationStrategy<T>
where T : IMap
Type Parameters
Name | Description |
---|---|
T | The type of IMap that will be created |
Methods
| Improve this Doc View SourceCreateMap()
Creates a new IMap of the specified type
Declaration
T CreateMap()
Returns
Type | Description |
---|---|
T | An IMap of the specified type |