MyBook/Library/PackageCache/com.unity.2d.spriteshape@7.0.7/Tests/Editor/PlaceholderTests.cs

11 lines
193 B
C#
Raw Permalink Normal View History

2025-03-22 14:59:41 +08:00
using NUnit.Framework;
internal class SpriteShapePlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("SpriteShape tests are in a separate package.");
}
}