C# Class Zepheus.World.Data.DataProvider

Afficher le fichier Open project: Zepheus/Zepheus_Fiesta Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Load ( ) : bool
LoadBadNames ( ) : void
LoadGuilds ( ) : void
LoadMaps ( ) : void

Method Details

DataProvider() public méthode

public DataProvider ( string path ) : System
path string
Résultat System

GetMapsForZone() public méthode

public GetMapsForZone ( int id ) : List
id int
Résultat List

IsBadName() public méthode

public IsBadName ( string input ) : bool
input string
Résultat bool

LoadBasestats() public méthode

public LoadBasestats ( ) : void
Résultat void