From d33b9bc8b6be7d4d2f406a6bfcf523a024b96bc3 Mon Sep 17 00:00:00 2001 From: Damnae Date: Mon, 29 Apr 2024 23:57:34 +0200 Subject: [PATCH] Implement some tasks. --- .../ComplexSkillAISourcePropertyCompare.vue | 28 +++++++++++++++++ src/gamecore/tasks/SetEntityActionState.vue | 31 +++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 src/gamecore/tasks/ComplexSkillAISourcePropertyCompare.vue create mode 100644 src/gamecore/tasks/SetEntityActionState.vue diff --git a/src/gamecore/tasks/ComplexSkillAISourcePropertyCompare.vue b/src/gamecore/tasks/ComplexSkillAISourcePropertyCompare.vue new file mode 100644 index 0000000..3e8930b --- /dev/null +++ b/src/gamecore/tasks/ComplexSkillAISourcePropertyCompare.vue @@ -0,0 +1,28 @@ + + + + + \ No newline at end of file diff --git a/src/gamecore/tasks/SetEntityActionState.vue b/src/gamecore/tasks/SetEntityActionState.vue new file mode 100644 index 0000000..f703330 --- /dev/null +++ b/src/gamecore/tasks/SetEntityActionState.vue @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file