Files
crystall-punk-14/Content.Shared/Atmos
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
..
2024-09-11 09:52:27 -04:00
2024-02-28 10:27:29 -08:00
2022-05-13 17:59:03 +10:00
2025-01-18 00:50:22 +01:00