Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison api/Objects/RatioLimitUnitEquipmentSlot.cs @ 171:85dc413279a4
* Change imports to stop references to deprecated code
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 12 Oct 2009 18:41:17 +0000 |
parents | 8e7bbea333d8 |
children |
comparison
equal
deleted
inserted
replaced
170:3045a168714a | 171:85dc413279a4 |
---|---|
1 // This file (RatioLimitUnitEquipmentSlot.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2007, 2008, 2009 IBBoard. | 1 // This file (RatioLimitUnitEquipmentSlot.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2007, 2008, 2009 IBBoard. |
2 // | 2 // |
3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. | 3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. |
4 | 4 |
5 using System; | 5 using System; |
6 using IBBoard.Lang; | 6 using IBBoard.CustomMath; |
7 | 7 |
8 namespace IBBoard.WarFoundry.API.Objects | 8 namespace IBBoard.WarFoundry.API.Objects |
9 { | 9 { |
10 public class RatioLimitUnitEquipmentSlot : AbstractUnitEquipmentSlot | 10 public class RatioLimitUnitEquipmentSlot : AbstractUnitEquipmentSlot |
11 { | 11 { |