Added functionality to get full stats from creature
This commit is contained in:
@@ -17,7 +17,12 @@ namespace CreatureLib::Library {
|
||||
const ItemLibrary* _items;
|
||||
const GrowthRateLibrary* _growthRates;
|
||||
public:
|
||||
DataLibrary(SpeciesLibrary* species, AttackLibrary* attacks, ItemLibrary* items, GrowthRateLibrary* growthRates);
|
||||
DataLibrary(CreatureLib::Library::SpeciesLibrary *species,
|
||||
CreatureLib::Library::AttackLibrary *attacks,
|
||||
CreatureLib::Library::ItemLibrary *items,
|
||||
CreatureLib::Library::GrowthRateLibrary *growthRates
|
||||
);
|
||||
|
||||
~DataLibrary(){
|
||||
delete _species;
|
||||
delete _attacks;
|
||||
|
||||
Reference in New Issue
Block a user