comparison 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
comparison
equal deleted inserted replaced
161:81abc04b3dbe 162:624422e91a1c
7 using System.Text; 7 using System.Text;
8 using IBBoard.WarFoundry.API.Objects; 8 using IBBoard.WarFoundry.API.Objects;
9 9
10 namespace IBBoard.WarFoundry.API.Util 10 namespace IBBoard.WarFoundry.API.Util
11 { 11 {
12 class UnitEquipmentUtil 12 public class UnitEquipmentUtil
13 { 13 {
14 /// <summary> 14 /// <summary>
15 /// 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. 15 /// 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.
16 /// </summary> 16 /// </summary>
17 /// <param name="unit">The <see cref="Unit"/> to get equipment items for</param> 17 /// <param name="unit">The <see cref="Unit"/> to get equipment items for</param>