mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-04-09 05:50:13 +00:00
14 lines
258 B
C++
14 lines
258 B
C++
#include "Abilities.hpp"
|
|
#include "PlayerManager.hpp"
|
|
#include "Player.hpp"
|
|
#include "NPCManager.hpp"
|
|
#include "Nanos.hpp"
|
|
#include "Groups.hpp"
|
|
#include "Eggs.hpp"
|
|
|
|
std::map<int32_t, SkillData> Abilities::SkillTable;
|
|
|
|
namespace Abilities {
|
|
|
|
}; // namespace
|