Fix some spell system

This commit is contained in:
2025-05-05 22:06:18 -04:00
parent 61bbb894e7
commit 651741e3b8
8 changed files with 36 additions and 121 deletions
@@ -17,7 +17,7 @@ UStickySlimeComponent::UStickySlimeComponent()
// Initialize
AttachedActor1 = nullptr;
AttachedActor1 = nullptr;
AttachedActor2 = nullptr;
bIsActivated = false;
}