10 lines
185 B
C#
10 lines
185 B
C#
using UnityEngine;
|
|
using UnityEngine.Playables;
|
|
|
|
namespace AibisDream
|
|
{
|
|
public class SpriteLoopBehaviour : PlayableBehaviour
|
|
{
|
|
public Renderer targetRenderer;
|
|
}
|
|
} |