Singularity/Library/PackageCache/com.unity.2d.spriteshape@7.0.7/Tests/Editor/PlaceholderTests.cs
2024-05-06 11:45:45 -07:00

11 lines
193 B
C#

using NUnit.Framework;
internal class SpriteShapePlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("SpriteShape tests are in a separate package.");
}
}