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