CharacterShot.ShotCo C# (CSharp) Метод

ShotCo() приватный Метод

private ShotCo ( ) : IEnumerator
Результат IEnumerator
    IEnumerator ShotCo()
    {
        reloading = true;

        yield return new WaitForSeconds (reloadTime);

        reloading = false;
    }