Mercurial > repos > IBBoard.WarFoundry.API
comparison api/Objects/UnitEquipmentItem.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 | 3045a168714a |
children | f364a9e5463e |
comparison
equal
deleted
inserted
replaced
170:3045a168714a | 171:85dc413279a4 |
---|---|
1 // This file (UnitEquipmentItem.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2007, 2008, 2009 IBBoard. | 1 // This file (UnitEquipmentItem.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 using IBBoard.WarFoundry.API.Util; | 7 using IBBoard.WarFoundry.API.Util; |
8 | 8 |
9 namespace IBBoard.WarFoundry.API.Objects | 9 namespace IBBoard.WarFoundry.API.Objects |
10 { | 10 { |
11 /// <summary> | 11 /// <summary> |