comparison api/Objects/UnitType.cs @ 131:5145b7c61ae0

Re #68: Add "export army list" function * Add initial body of an export method (doesn't list costs, total or equipment)
author IBBoard <dev@ibboard.co.uk>
date Tue, 01 Sep 2009 16:06:39 +0000
parents 2f3cafb69799
children 0c0e14f03785
comparison
equal deleted inserted replaced
130:e147a1e9399b 131:5145b7c61ae0
430 430
431 public string GetExtraData(string id) 431 public string GetExtraData(string id)
432 { 432 {
433 return DictionaryUtils.GetValue(extraData, id); 433 return DictionaryUtils.GetValue(extraData, id);
434 } 434 }
435
436 public string StatsID
437 {
438 get
439 {
440 return stats.StatsID;
441 }
442 }
435 } 443 }
436 } 444 }