Files
CartoonFPS/Library/PackageCache/com.unity.postprocessing@026b2a0827a4/Tests/Editor/PostProcessEditorTests.cs

11 lines
137 B
C#
Raw Normal View History

2025-08-05 09:30:40 +01:00
using NUnit.Framework;
class PostProcessEditorTests
{
[Test]
public void DummyTest()
{
Assert.IsTrue(true);
}
}