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