Wiki

Clone wiki

RogueSharp / RogueSharp.MapCreation / IMapCreationStrategy_1 / README

IMapCreationStrategyT Interface

An generic interface for creating a new IMap of a specified type

Namespace: RogueSharp.MapCreation
Assembly:

Syntax

public interface IMapCreationStrategy<T>
where T : IMap

Type Parameters

T

The type of IMap that will be created

The IMapCreationStrategyT type exposes the following members.

Methods

Name Description
CreateMap Creates a new IMap of the specified type

See Also

Reference

RogueSharp.MapCreation Namespace

[3]: 2014-2016 Faron Bracy

Updated