CharacterShot.ShotCo C# (CSharp) Method

ShotCo() private method

private ShotCo ( ) : IEnumerator
return IEnumerator
    IEnumerator ShotCo()
    {
        reloading = true;

        yield return new WaitForSeconds (reloadTime);

        reloading = false;
    }