// ReSharper disable once CheckNamespace namespace BlueWaterProject { public interface IAiStat : IAiBase { public AiStat AiStat { get; set; } public float GetCurrentHp(); public void SetCurrentHp(float value); } }