SunsetHigh.Pickup.Pickup C# (CSharp) Method

Pickup() public method

Initializes a type-less Pickup at the origin which matches the dimensions of its sprite (when loaded)
public Pickup ( ) : System
return System
        public Pickup()
            : base()
        {
            this.setItemType(Item.Nothing);
        }

Same methods

Pickup::Pickup ( int x, int y ) : System
Pickup::Pickup ( int x, int y, System.Item type ) : System
Pickup::Pickup ( int x, int y, int width, int height ) : System
Pickup::Pickup ( int x, int y, int width, int height, System.Item type ) : System