/// <summary> /// Opens the door /// </summary> public override void Deactivate() { if (!IsEnabled) { return; } if (Count.Activate()) { Open(); } }