rimworld-animation-studio/Library/PackageCache/com.unity.2d.pixel-perfect@2.1.0/Tests/Editor/PixelPerfectCameraEditorTests.cs

14 lines
282 B
C#
Raw Normal View History

2022-09-13 05:36:34 +00: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.");
}
}
}