I noticed that enumerating gases is frequently done in an annoying way with Enum.GetValues. So I made it better. Now GasMixture is IEnumerable<(Gas gas, float moles)> and it just works. |
||
|---|---|---|
| .. | ||
| Client | ||
| Server | ||
| Shared | ||
| AssemblyInfo.cs | ||
| Content.Tests.csproj | ||
| ContentUnitTest.cs | ||