Method | Description | |
---|---|---|
ParseMaplet ( System.Xml.Linq.XElement xml, GlobalBiome biome = null ) : |
Parses the maplet. The optional biome is for use on herds
|
|
ParseMaplet ( string path ) : |
||
ParseMapletFromTag ( string tag, GlobalBiome biome = null ) : |
public ParseMaplet ( System.Xml.Linq.XElement xml, GlobalBiome biome = null ) : |
||
xml | System.Xml.Linq.XElement | |
biome | GlobalBiome | |
return |
public ParseMaplet ( string path ) : |
||
path | string | |
return |
public ParseMapletFromTag ( string tag, GlobalBiome biome = null ) : |
||
tag | string | |
biome | GlobalBiome | |
return |