TKK_E32231768/Library/PackageCache/com.unity.2d.spriteshape@3..../Tests/PlaceholderTests.cs

11 lines
191 B
C#

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