PalacePal/Pal.Client/Rendering/RenderData.cs
2023-02-15 23:17:52 +01:00

8 lines
143 B
C#

namespace Pal.Client.Rendering
{
internal static class RenderData
{
public static readonly uint ColorInvisible = 0;
}
}