Ejemplo n.º 1
0
    void OnTriggerEnter2D(Collider2D other)
    {
        CharacterMove move = other.gameObject.GetComponent <CharacterMove>();

        move.EnterSpecial();
    }