Advertisement
sdini

Untitled

Mar 13th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.81 KB | None | 0 0
  1. int index = crop.Crop.IndexOfHarvest;
  2.                                         //ObjectItem testItem = new ObjectItem();
  3.                                         //Item testItem2 = delegate();
  4.                                         var cropDelegte = new StandardObjectDelegate(tileLocation, index, 1);
  5.                                         //testItem.;
  6.                                         //testItem2.Parent;
  7.                                         Console.WriteLine(index);
  8.                                         //int num3 = 2;
  9.                                         savedChest[chestCounter1].Items.Add(@event.Proxy<ObjectAccessor,ObjectItem>(cropDelegte, new ObjectItem()));
  10.                                         Console.WriteLine(savedChest[chestCounter1].Items[savedChest[chestCounter1].Items.Count -1]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement