ModernUO/Scripts/Engines/BulkOrders
Rodrigo Fraga d8e6ddf13b Fix compile error CS0165 on Mono
When running on mono building scripts, it will yield

Errors:
 + Engines/BulkOrders/SmallTailorBOD.cs:
     CS0165: Line 88: Use of unassigned local variable `useMaterials'

Calling RandomBool out of if
2014-07-06 02:08:02 -04:00
..
Books add OnSingleClick for BulkOrderBook and Aquarium 2014-02-22 12:56:58 -07:00
BulkMaterialType.cs 2006-06-15 04:14:30 +00:00
LargeBOD.cs 2012-11-10 20:06:36 +00:00
LargeBODAcceptGump.cs 2006-06-15 04:14:30 +00:00
LargeBODGump.cs 2006-06-15 04:14:30 +00:00
LargeBODTarget.cs 2006-06-15 04:14:30 +00:00
LargeBulkEntry.cs add Deleted property to IEntity 2013-11-02 10:52:08 -07:00
LargeSmithBOD.cs 2006-06-15 10:45:30 +00:00
LargeTailorBOD.cs 2009-07-19 05:13:25 +00:00
Rewards.cs fix region typos 2007-01-12 17:46:24 +00:00
SmallBOD.cs 2012-11-10 20:06:36 +00:00
SmallBODAcceptGump.cs 2006-06-15 04:14:30 +00:00
SmallBODGump.cs 2006-06-15 04:14:30 +00:00
SmallBODTarget.cs 2006-06-15 04:14:30 +00:00
SmallBulkEntry.cs add Deleted property to IEntity 2013-11-02 10:52:08 -07:00
SmallSmithBOD.cs a few generics and misc code cleanup 2007-01-19 19:33:13 +00:00
SmallTailorBOD.cs Fix compile error CS0165 on Mono 2014-07-06 02:08:02 -04:00