From 5a9bdbbea54b2c66068d43bf839b5d931ce7730e Mon Sep 17 00:00:00 2001 From: OverflowNarhoym Date: Fri, 25 Feb 2022 12:12:49 +0100 Subject: [PATCH] Updated CollapsingPlatform.cs --- Assets/Scripts/Platforms/CollapsingPlatform.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Platforms/CollapsingPlatform.cs b/Assets/Scripts/Platforms/CollapsingPlatform.cs index 094b3a9..0b4aa6a 100644 --- a/Assets/Scripts/Platforms/CollapsingPlatform.cs +++ b/Assets/Scripts/Platforms/CollapsingPlatform.cs @@ -40,6 +40,7 @@ namespace Platforms StartCoroutine(Reset()); } + // ReSharper disable once Unity.IncorrectMethodSignature private IEnumerator Reset() { yield return new WaitForSeconds(TimeBeforeReset);