24 #ifndef NET_TMWA_SKILLHANDLER_H
25 #define NET_TMWA_SKILLHANDLER_H
43 const BeingId beingId)
const override final;
47 const BeingId beingId)
const override final;
49 void useStop(
const int id)
const override final;
53 const int x,
const int y)
const override final;
57 const int x,
const int y,
58 const std::string &text)
const override final;
60 void useMap(
const int id,
const std::string &map)
const override final;
70 void feelSaveOk(
const int which)
const override final;
72 void lessEffects(
const bool isLess)
const override final;
void useMap(const int id, const std::string &map) const
void feelSaveOk(const int which) const
void usePos(const int id, const int level, const int x, const int y) const
void getTaekwonRanks() const
void getAlchemistRanks() const
void lessEffects(const bool isLess) const
void useBeingStart(const int id, const int level, const BeingId beingId) const
void getBlacksmithRanks() const
void useBeing(const int id, const int level, const BeingId beingId) const
void useStop(const int id) const
#define A_DELETE_COPY(func)