clearBusy() 공개 메소드

public clearBusy ( ) : void
리턴 void
예제 #1
0
    void OnTriggerExit2D(Collider2D collider2d)
    {
        if (collider2d.tag == "Seat" && leaving)
        {
            leaving = false;
            seat1.clearBusy();
//                seat1.clearBusy();
        }
        //if (collider2d.tag == "BeerGlassFull") //check this
        //{
        item      = null;
        giveOrder = false;     //check this
        //}
    }