public RosePlatform(int xLocation, int yLocation) : base(xLocation, yLocation) { itemType = new RoseI().GetType(); goodGraphic = Textures.textures["rosePlatform"]; badGraphic = Textures.textures["rosePlatform"]; }
public override void makeInventoryItem() { inventoryItem = new RoseI(); }