Files
PixelJumperHero/Library/PackageCache/com.unity.2d.spriteshape@6.0.0/Tests/Editor/PlaceholderTests.cs
2021-06-13 10:28:03 +02: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.");
}
}