diff options
| author | Léo Lam <leo@leolam.fr> | 2020-06-05 17:09:06 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-08-18 22:50:25 +0200 |
| commit | 2de366be0fa75e571c605e017b5604bccbdb75bf (patch) | |
| tree | b8044fc96bba792b1875067032da2fd4498a44a3 /src/KingSystem/ActorSystem/actAiAction.cpp | |
Initial commit
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiAction.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actAiAction.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actAiAction.cpp b/src/KingSystem/ActorSystem/actAiAction.cpp new file mode 100644 index 00000000..ad5e4c1c --- /dev/null +++ b/src/KingSystem/ActorSystem/actAiAction.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/ActorSystem/actAiAction.h" + +namespace ksys::act::ai { + +Action::Action(const ClassArg& arg) : ActionBase(arg) {} + +} // namespace ksys::act::ai |
