using UnityEngine; namespace CinemaDirector { public interface IActorTrack { Transform Actor { get; } } }