11 lines
137 B
C#
Raw Permalink Normal View History

2025-03-11 15:30:07 +08:00
using NUnit.Framework;
class PostProcessEditorTests
{
[Test]
public void DummyTest()
{
Assert.IsTrue(true);
}
}