Mercurial > repos > snowblizz-super-API-ideas
comparison api/Util/UnitEquipmentUtil.cs @ 182:6fe336109128
Re #198: Add slots with count to unit
* Add stub implementation for method to get max count
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 24 Oct 2009 18:59:04 +0000 |
parents | 33433862467f |
children | 36adabb1c3ea |
comparison
equal
deleted
inserted
replaced
181:8c6f55d289b0 | 182:6fe336109128 |
---|---|
96 } | 96 } |
97 postLoop: | 97 postLoop: |
98 | 98 |
99 return areMutex; | 99 return areMutex; |
100 } | 100 } |
101 | |
102 public static int GetMaxEquipmentCount (Unit unit, UnitEquipmentItem equip) | |
103 { | |
104 return equip.MaxNumber; | |
105 } | |
101 } | 106 } |
102 } | 107 } |