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