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