PO/Library/PackageCache/com.unity.2d.spriteshape@5.1.4/Tests/Editor/PlaceholderTests.cs

11 lines
193 B
C#
Raw Normal View History

2022-01-12 10:06:03 +03:00
using NUnit.Framework;
internal class SpriteShapePlaceholder
2022-01-12 10:06:03 +03:00
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("SpriteShape tests are in a separate package.");
}
}