RogueSharp
Show / Hide Table of Contents

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 Source

CreateMap()

Creates a new IMap of the specified type

Declaration
T CreateMap()
Returns
Type Description
T

An IMap of the specified type

  • Improve this Doc
  • View Source
RogueSharp © 2014-2020 Faron Bracy
Back to top