Optimize gas overlays slightly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user