public ShipSystem(ShipSystemModel model) { this.model = model; system = model.system.BuildForest(n => SystemLink.Pack(n.item)); power = system.trees.Select(n => (PowerLink)n).ToArray(); }
public Info(SystemLink link) { this.link = link; }