OldBlueWater/BlueWater/Assets/02.Scritps/Interface/IAiStat.cs
NTG_Lenovo 7380e480cc closed #1 add prefab of ai(Pirate, Enemy)
#7 add AiController and fixing script
2023-08-02 16:45:11 +09:00

9 lines
149 B
C#

// ReSharper disable once CheckNamespace
namespace BlueWater
{
public interface IAiStat
{
public AiStat AiStat { get; set; }
}
}