Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison api/Objects/DuplicateItemException.cs @ 11:5a1df00b0359
Re #9 - Make WarFoundry API load files in small methods
* Add "add unit type" and "add equipment" methods to Race
* Deprecate old "set unit types" and "set equipment" methods on Race
* Update WarFoundryXmlFactory to use new methods
* Create DuplicateItemException for later use
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 18 Jan 2009 16:24:03 +0000 |
parents | |
children | 306558904c2a |
comparison
equal
deleted
inserted
replaced
10:607c3232d689 | 11:5a1df00b0359 |
---|---|
1 // This file (DuplicateItemException.cs) is a part of [PROJECT NAME] and is copyright 2009 IBBoard. | |
2 // | |
3 // The file and the library/program it is in are licensed under the GNU LGPL license. Please see COPYING.LGPL for more information and the full license. | |
4 | |
5 using System; | |
6 | |
7 namespace IBBoard.WarFoundry | |
8 { | |
9 public class DuplicateItemException | |
10 { | |
11 public DuplicateItemException() | |
12 { | |
13 } | |
14 } | |
15 } |