This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "BattleStatCalculator.hpp"
|
||||
#include "../Models/Creature.hpp"
|
||||
#include "../../Core/Exceptions/NotImplementedException.hpp"
|
||||
|
||||
using namespace CreatureLib;
|
||||
|
||||
@@ -49,5 +50,5 @@ uint32_t Battling::BattleStatCalculator::CalculateFlatStat(Battling::Creature *c
|
||||
}
|
||||
|
||||
uint32_t Battling::BattleStatCalculator::CalculateBoostedStat(Battling::Creature *creature, Core::Statistic stat) const{
|
||||
throw "TODO";
|
||||
throw NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user