| 100 | } |
| 101 | |
| 102 | void CreatureSkillManager::write(const CreatureSkill& skill, std::ostream& os) |
| 103 | { |
| 104 | os << skill.getSkillName(); |
| 105 | skill.exportToStream(os); |
| 106 | } |
| 107 | |
| 108 | void CreatureSkillManager::getFormatString(const CreatureSkill& skill, std::string& format) |
| 109 | { |
nothing calls this directly
no test coverage detected