Supermarket.Checkout.GetStaffZone C# (CSharp) 메소드

GetStaffZone() 공개 메소드

public GetStaffZone ( ) : GameObject
리턴 UnityEngine.GameObject
        public GameObject GetStaffZone()
        {
            return interaction.StaffZones[0];
        }