Changes

m
The current farm code no longer has a shippingBin property. It has a sharedShippingBin property and a method for getting a farmer's private shipping bin.
Line 106: Line 106:  
| <tt>Game1.itemsToShip</tt>
 
| <tt>Game1.itemsToShip</tt>
 
| <tt>IList&lt;Item&gt;</tt>
 
| <tt>IList&lt;Item&gt;</tt>
| Do not use (this is part of the save logic). See <tt>Game1.getFarm().shippingBin</tt> instead.
+
| Do not use (this is part of the save logic). See <tt>Game1.getFarm().getShippingBin(Farmer)</tt> instead.
 
|-
 
|-
 
| <tt>Game1.activeClickableMenu</tt>
 
| <tt>Game1.activeClickableMenu</tt>