PO/Library/PackageCache/com.unity.2d.pixel-perfect@.../Tests/Editor/PixelPerfectCameraEditorTes...

14 lines
282 B
C#
Raw Normal View History

2022-01-12 10:06:03 +03:00
using NUnit.Framework;
namespace UnityEngine.U2D
{
internal class PixelPerfectCameraEditorTests
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("This is a placeholder to ensure we have at least one editor test.");
}
}
}