Optimize gas overlays slightly

This commit is contained in:
Vera Aguilera Puerto
2021-03-11 13:51:56 +01:00
parent ed52aacd6e
commit df22f24975
3 changed files with 9 additions and 26 deletions

View File

@@ -933,16 +933,4 @@ namespace Content.Server.GameObjects.Components.Atmos
// TODO ATMOS
}
}
public struct IntermediateTileAtmosphere
{
public readonly Vector2i Indices;
public readonly GasMixture GasMixture;
public IntermediateTileAtmosphere(Vector2i indices, GasMixture gasMixture)
{
Indices = indices;
GasMixture = gasMixture;
}
}
}