ksys/act: Start adding RootAi

This commit is contained in:
Léo Lam
2020-12-09 17:17:25 +01:00
parent cd10f3774b
commit fcbe17a3f0
9 changed files with 136 additions and 9 deletions
@@ -1,4 +1,5 @@
#include "KingSystem/ActorSystem/actAiAction.h"
#include "KingSystem/ActorSystem/actAiRoot.h"
namespace ksys::act::ai {
@@ -8,4 +9,6 @@ void Action::calc() {
calc_();
}
template class ClassContainer<Action>;
} // namespace ksys::act::ai