TestConstants.cs 165 B

123456789
  1. using System;
  2. namespace Unity.Cloud.Collaborate.Tests
  3. {
  4. public static class TestConstants
  5. {
  6. public const int RENDER_UI_THREAD_DELAY = 1000;
  7. }
  8. }