using UnityEngine; namespace DDD.Interfaces { public interface ICurrentDirection { Vector3 CurrentDirection { get; set; } } }