No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AdaptivePerformanceSamsungAndroidTest.cs 284B

1234567891011121314
  1. using UnityEngine;
  2. using UnityEngine.TestTools;
  3. using NUnit.Framework;
  4. using System.Collections;
  5. class AdaptivePerformanceSamsungAndroidTests
  6. {
  7. [UnityTest]
  8. public IEnumerator DummyAPSamsungAndroidTest()
  9. {
  10. yield return null;
  11. Assert.AreEqual(1, 1);
  12. }
  13. }