C# Class Zepheus.World.Data.DataProvider

Mostra file Open project: Zepheus/Zepheus_Fiesta Class Usage Examples

Public Methods

Method Description
DataProvider ( string path ) : System
GetMapsForZone ( int id ) : List
IsBadName ( string input ) : bool
LoadBasestats ( ) : void

Private Methods

Method Description
Load ( ) : bool
LoadBadNames ( ) : void
LoadGuilds ( ) : void
LoadMaps ( ) : void

Method Details

DataProvider() public method

public DataProvider ( string path ) : System
path string
return System

GetMapsForZone() public method

public GetMapsForZone ( int id ) : List
id int
return List

IsBadName() public method

public IsBadName ( string input ) : bool
input string
return bool

LoadBasestats() public method

public LoadBasestats ( ) : void
return void