using UnityEngine; namespace DDD { public interface ICurrentDirection { Vector3 GetCurrentDirection(); } }