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