Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison api/Objects/UnitEquipmentNumericForRatioSelection.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 | 70808ff799e6 |
children |
comparison
equal
deleted
inserted
replaced
170:3045a168714a | 171:85dc413279a4 |
---|---|
1 // This file (UnitEquipmentNumericForRatioSelection.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard | 1 // This file (UnitEquipmentNumericForRatioSelection.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 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 /// <summary> | 10 /// <summary> |
11 /// An object to hold the selection of a unit's equipment where the selection was made as an absolute number and the | 11 /// An object to hold the selection of a unit's equipment where the selection was made as an absolute number and the |