ZMWSLI0-SL2021-GR11/Projekt/MWSProjekt/Library/PackageCache/com.unity.collab-proxy@1.3.9/Tests/Editor/TestConstants.cs

10 lines
165 B
C#
Raw Normal View History

2021-07-05 21:20:56 +02:00
using System;
namespace Unity.Cloud.Collaborate.Tests
{
public static class TestConstants
{
public const int RENDER_UI_THREAD_DELAY = 1000;
}
}