7 lines
139 B
C#
7 lines
139 B
C#
using UnityEngine;
|
|
|
|
namespace Reset.Units{
|
|
public interface IUnitDirectionProvider{
|
|
public Vector2 Direction{ get; }
|
|
}
|
|
} |