comparison api/Objects/GameSystem.cs @ 276:d576034ad1dd

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Migrate to using keys and keyrefs for default stats sets Also: * Make sure that getting the default ID fully loads the file
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jul 2010 19:10:33 +0000
parents 2f3cafb69799
children 08a9c960e17f 4e0031339bcb db6713d5b35f
comparison
equal deleted inserted replaced
275:10fb73206bd2 276:d576034ad1dd
85 } 85 }
86 86
87 public string StandardSystemStatsID 87 public string StandardSystemStatsID
88 { 88 {
89 get 89 get
90 { 90 {
91 EnsureFullyLoaded();
91 return defaultStats; 92 return defaultStats;
92 } 93 }
93 94
94 set 95 set
95 { 96 {