entity_spell_system/Queued/ASDef_SpellSystem/SpellSystem.cpp
2019-04-20 14:02:55 +02:00

7 lines
112 B
C++

#include "SpellSystem.h"
void SpellSystem::Awake(){
SpellScript::InitFactory();
AuraScript::InitFactory();
}