Files
tbd-station-14/Content.MapRenderer/Painters/DecalData.cs

6 lines
146 B
C#

using Content.Shared.Decals;
namespace Content.MapRenderer.Painters;
public readonly record struct DecalData(Decal Decal, float X, float Y);