Delta-v/Content.Tests
PJB3005 eaf7cbda43 Make GasMixture enumerable
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.
2025-01-28 04:31:28 +00:00
..
Client Fix typo (#20772) 2023-10-14 22:02:34 +02:00
Server Add IPIntel API support. (#33339) 2025-01-28 03:18:23 +00:00
Shared Make GasMixture enumerable 2025-01-28 04:31:28 +00:00
AssemblyInfo.cs Test parallelization stuff. (#31650) 2024-09-01 03:55:29 +01:00
Content.Tests.csproj Switch project files to C# 12. (#25487) 2024-03-05 09:49:02 +01:00
ContentUnitTest.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00