This commit is contained in:
2026-07-09 21:33:33 +02:00
commit 84a2a365f3
2364 changed files with 950134 additions and 0 deletions
@@ -0,0 +1,12 @@
using Sirenix.OdinInspector;
using UnityEngine;
using VOID.Generic.Objects.Unit.Animations;
namespace VOID.ScriptableObjects.Animations
{
[CreateAssetMenu(menuName = "GAME DATA/ANIMACJE/Animacja akcji")]
public class ActionAnimationList : ScriptableObject
{
[HideLabel] public ActionAnimation list;
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 0930b7dc750246089231144d62850832
timeCreated: 1677177419
@@ -0,0 +1,12 @@
using Sirenix.OdinInspector;
using UnityEngine;
using VOID.Generic.Objects.Unit.Animations;
namespace VOID.ScriptableObjects.Animations
{
[CreateAssetMenu(menuName = "GAME DATA/ANIMACJE/Animacja zapętlonej akcji")]
public class ActionLoopAnimationList : ScriptableObject
{
[HideLabel] public ActionLoopAnimation list;
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 9efb0f1ac0994983a60614b16cf6c850
timeCreated: 1739305139