Updated CollapsingPlatform.cs

This commit is contained in:
OverflowNarhoym 2022-02-25 12:12:49 +01:00
parent 1aa1ef8251
commit 5a9bdbbea5
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ namespace Platforms
StartCoroutine(Reset()); StartCoroutine(Reset());
} }
// ReSharper disable once Unity.IncorrectMethodSignature
private IEnumerator Reset() private IEnumerator Reset()
{ {
yield return new WaitForSeconds(TimeBeforeReset); yield return new WaitForSeconds(TimeBeforeReset);