PalacePal/Pal.Client/Rendering/RenderData.cs

9 lines
206 B
C#
Raw Normal View History

2023-02-15 22:17:19 +00:00
namespace Pal.Client.Rendering
{
internal static class RenderData
{
public static readonly uint ColorInvisible = 0;
public static readonly long TestLayerTimeout = 10_000;
2023-02-15 22:17:19 +00:00
}
}