rimworld-animation-studio/Library/PackageCache/com.unity.2d.pixel-perfect@2.1.0/Tests/Editor/PixelPerfectCameraEditorTests.cs
2022-09-13 00:36:34 -05:00

13 lines
282 B
C#

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.");
}
}
}