PalacePal/Pal.Client/Rendering/RenderData.cs

7 lines
132 B
C#
Raw Normal View History

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 long TestLayerTimeout = 10_000;
2023-02-15 22:17:19 +00:00
}