C# Class TableConfig.LevelMonsterProvider

Show file Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
BuildGroupedLevelMonsters ( ) : void
TryGetValue ( int id, List &list ) : bool

Method Details

BuildGroupedLevelMonsters() public method

public BuildGroupedLevelMonsters ( ) : void
return void

TryGetValue() public method

public TryGetValue ( int id, List &list ) : bool
id int
list List
return bool