3 lines
117 B
C#
3 lines
117 B
C#
namespace ReactorMaintenance.Simulation;
|
|
|
|
public sealed record JunctionRatioPreset(string Label, float[] Weights); |