Example #1
0
 public void Loaded(Savegame savegame)
 {
     LogsCount = new Savegame.DataValue(savegame, Savegame.DataValue.BLUEPRINT, this.Logs, 0, Constants.MaxValues["LogHolderLogs"]);
 }
Example #2
0
 public void Loaded(Savegame savegame)
 {
     SticksCount = new Savegame.DataValue(savegame, Savegame.DataValue.BLUEPRINT, this.Sticks, 0, Constants.MaxValues["StickHolderSticks"]);
 }
Example #3
0
 public void Loaded(Savegame savegame)
 {
     LogsCount = new Savegame.DataValue(savegame, Savegame.DataValue.BLUEPRINT, this.Logs, 0, Constants.MaxValues["LogHolderLogs"]);
 }
Example #4
0
 public void Loaded(Savegame savegame)
 {
     SticksCount = new Savegame.DataValue(savegame, Savegame.DataValue.BLUEPRINT, this.Sticks, 0, Constants.MaxValues["StickHolderSticks"]);
 }