C# Class DivineRightGame.Managers.SiteDataManager

Helper class for obtaining site data
显示文件 Open project: Haedrian/Divine-Right

Public Methods

Method Description
GetData ( SiteType type ) : SiteTypeData

Gets the data for a particular site type

Private Methods

Method Description
ReadData ( ) : void

Reads data from the file, parses it and populates the sitedata structure

Method Details

GetData() public static method

Gets the data for a particular site type
public static GetData ( SiteType type ) : SiteTypeData
type SiteType
return DRObjects.Sites.SiteTypeData