Exemplo n.º 1
0
 private void Awake()
 {
     charaPool = FindObjectOfType <T4_PlayerController>();
 }
Exemplo n.º 2
0
    // Start is called before the first frame update

    private void Awake()
    {
        player = FindObjectOfType <T4_PlayerController>();
    }