diff api/Util/UnitEquipmentUtil.cs @ 162:624422e91a1c

Re #192: Improve "clean coding" practice * Make Equipment util class public * Remove use of obsolete method
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Oct 2009 15:52:15 +0000
parents 81abc04b3dbe
children 33433862467f
line wrap: on
line diff
--- a/api/Util/UnitEquipmentUtil.cs	Sun Oct 04 12:00:16 2009 +0000
+++ b/api/Util/UnitEquipmentUtil.cs	Sun Oct 04 15:52:15 2009 +0000
@@ -9,7 +9,7 @@
 
 namespace IBBoard.WarFoundry.API.Util
 {
-	class UnitEquipmentUtil
+	public class UnitEquipmentUtil
 	{
 		/// <summary>
 		/// Gets an array of allowed <see cref="UnitEquipmentItem"/>s based on the current selections of the unit, taking in to account Mutex groups and other limits.