5 lines
188 B
C++
5 lines
188 B
C++
#include "MoveLibrary.hpp"
|
|
const CreatureLib::Library::AttackData* PkmnLib::Library::MoveLibrary::operator[](const std::string& name) const {
|
|
return AttackLibrary::operator[](name);
|
|
}
|