Beispiel #1
0
    void RpcOnReload()
    {
        currentSounds.PlayCockSound();
        Animator anim = currentGraphics.GetComponent <Animator>();

        if (anim != null)
        {
            anim.SetTrigger("Reload");
        }
    }