
Additional commit content - Set aiStat for testing - Add ai interface script - Add layer and fix physics setting
9 lines
159 B
C#
9 lines
159 B
C#
// ReSharper disable once CheckNamespace
|
|
namespace BlueWater
|
|
{
|
|
public interface IAiStat : IAiBase
|
|
{
|
|
public AiStat AiStat { get; set; }
|
|
}
|
|
}
|