Exemple #1
0
    void OnTriggerEnter2D(Collider2D other)
    {
        TouhouSortSortable sortable = other.GetComponentInParent <TouhouSortSortable>();

        sortable.EnterZone(gameObject.GetComponent <TouhouSortDropZone>());
    }