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