Firstborn/Library/PackageCache/com.unity.postprocessing@3.2.2/Tests/Editor/PostProcessEditorTests.cs
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

11 lines
137 B
C#

using NUnit.Framework;
class PostProcessEditorTests
{
[Test]
public void DummyTest()
{
Assert.IsTrue(true);
}
}