// ReSharper disable once CheckNamespace namespace BlueWaterProject { public interface IStun { bool IsStunned { get; set; } void Stun(float stunTime); } }