comparison api/Objects/Stats.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 8c6f55d289b0
comparison
equal deleted inserted replaced
130:e147a1e9399b 131:5145b7c61ae0
91 91
92 public int StatCount 92 public int StatCount
93 { 93 {
94 get { return stats.Count; } 94 get { return stats.Count; }
95 } 95 }
96
97 public string StatsID
98 {
99 get
100 {
101 return sysStats.ID;
102 }
103 }
96 } 104 }
97 } 105 }