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