Supermarket.Checkout.GetStaffZone C# (CSharp) Method

GetStaffZone() public method

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