Sin descripción
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.

ConfigurationTest.cs 260B

12345678910111213
  1. using NUnit.Framework;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using UnityEngine.Rendering;
  5. namespace UnityEngine.Rendering.Universal.Test
  6. {
  7. class ConfigurationTest
  8. {
  9. [Test]
  10. public void ValidateConfiguration() { }
  11. }
  12. }