IEnumerator ResetOff(PressurePlate plate)
    {
        yield return new WaitForSeconds(delayBeforeOff);

        plate.SetOnStatus(false);
    }