parent
1620d51306
commit
2e2dfbaf1d
src/Battling
|
@ -1,7 +1,11 @@
|
|||
#ifndef PKMNLIB_EVOLUTIONSCRIPT_HPP
|
||||
#define PKMNLIB_EVOLUTIONSCRIPT_HPP
|
||||
|
||||
#include "../Library/Evolutions/EvolutionData.hpp"
|
||||
|
||||
namespace PkmnLib::Battling {
|
||||
class Pokemon;
|
||||
|
||||
class EvolutionScript {
|
||||
public:
|
||||
virtual void DoesEvolveFromLevelUp(const ArbUt::BorrowedPtr<const PkmnLib::Library::EvolutionData>& evolution,
|
||||
|
|
Loading…
Reference in New Issue