Delta-v/Content.Tests
PJB3005 0e840d816a
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-18 00:50:22 +01:00
..
Client Fix typo (#20772) 2023-10-10 22:36:17 -08:00
Server Add IPIntel API support. (#33339) 2025-01-12 20:41:26 +01:00
Shared Make GasMixture enumerable 2025-01-18 00:50:22 +01:00
AssemblyInfo.cs Test parallelization stuff. (#31650) 2024-09-01 03:28:30 +02:00
Content.Tests.csproj Switch project files to C# 12. (#25487) 2024-02-23 15:02:59 +11:00
ContentUnitTest.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00