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);