SunsetHigh.Pickup.setItemType C# (CSharp) Method

setItemType() public method

public setItemType ( System.Item type ) : void
type System.Item
return void
        public void setItemType(Item type)
        {
            this.itemType = type;
        }