Files
Sun1602/Server/GameServer/SkillSlotManager.h
T
2022-10-26 12:25:11 +08:00

11 lines
468 B
C

#pragma once
#ifndef GAMESERVER_SKILL_SLOT_MANAGER_H
#define GAMESERVER_SKILL_SLOT_MANAGER_H
//==================================================================================================
#define SKILL_SYSTEM_VERSION_ROUTING_INL
#include "./SkillSystem/SkillSlotManager.inl"
#undef SKILL_SYSTEM_VERSION_ROUTING_INL
//==================================================================================================
#endif //GAMESERVER_SKILL_SLOT_MANAGER_H