Exemple #1
0
 public override void Load(TagCompound tag)
 {
     InstalledModules = tag.GetList <BaseModule>("Modules").ToList();
     EnergyStorage.Load(tag.GetCompound("Energy"));
     HeatStorage.Load(tag.GetCompound("Heat"));
 }