study/first_study/Library/PackageCache/com.unity.render-pipelines.universal-config@8dc1aab4af1d/Tests/Editor/ConfigurationTest.cs

14 lines
260 B
C#
Raw Normal View History

using NUnit.Framework;
using System.Collections.Generic;
using System.Linq;
using UnityEngine.Rendering;
namespace UnityEngine.Rendering.Universal.Test
{
class ConfigurationTest
{
[Test]
public void ValidateConfiguration() { }
}
}