comparison api/Objects/GameSystem.cs @ 43:d0812d7de39d

Re #49 - Resolve namespace issues * Fix up some XPath queries * Remove one unnecessary namespace * Check local name of elements, not name (which is qualified) * Add method to get double value from an attribute including handling INF * Remove min/max for equipment item as it is now moved to the UnitType's reference to the equipment item *
author IBBoard <dev@ibboard.co.uk>
date Sun, 22 Mar 2009 17:05:01 +0000
parents 548cfc776f54
children b271a2252758
comparison
equal deleted inserted replaced
42:d0d44434b557 43:d0812d7de39d
78 78
79 public SystemStats StandardSystemStats 79 public SystemStats StandardSystemStats
80 { 80 {
81 get 81 get
82 { 82 {
83 EnsureFullyLoaded();
83 return stats[defaultStats]; 84 return stats[defaultStats];
84 } 85 }
85 } 86 }
86 87
87 public string StandardSystemStatsID 88 public string StandardSystemStatsID