feat: add mob tooltip

This commit is contained in:
2021-11-04 19:41:47 +01:00
parent 46828263c9
commit 5e2986e298
5 changed files with 60 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ public:
namespace MobFactory {
MobPtr createMob(MobID id, MobType type, std::uint8_t level, PlayerID sender);
std::string getMobName(MobType type);
}