summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Rendering/SpriteAnimation.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-05-12 19:00:29 +0800
committerchai <215380520@qq.com>2023-05-12 19:00:29 +0800
commit6c91f1ed6810a57da08a24dd1359f288c443dd75 (patch)
tree485096584922b7300e987af1fe9c21f262898a5f /WorldlineKeepers/Assets/Scripts/Rendering/SpriteAnimation.cs
parent266370578135dca270729e8a70252e776ed22898 (diff)
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Rendering/SpriteAnimation.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Rendering/SpriteAnimation.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Rendering/SpriteAnimation.cs b/WorldlineKeepers/Assets/Scripts/Rendering/SpriteAnimation.cs
new file mode 100644
index 0000000..f2b7e98
--- /dev/null
+++ b/WorldlineKeepers/Assets/Scripts/Rendering/SpriteAnimation.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace WK.Rendering
+{
+
+ public class SpriteAnimation
+ {
+ public List<Sprite> sprites;
+
+ public float duration;
+ }
+
+} \ No newline at end of file