This commit is contained in:
2025-05-05 14:57:20 +08:00
parent febb5d273d
commit 14220c5b52
42 changed files with 5891 additions and 13 deletions
@@ -0,0 +1,10 @@
using UnityEngine;
using UnityEngine.Playables;
namespace AibisDream
{
public class SpriteLoopBehaviour : PlayableBehaviour
{
public Renderer targetRenderer;
}
}