wuxianshengcong/Library/PackageCache/com.unity.2d.spriteshape@9.0.4/Tests/Editor/PlaceholderTests.cs
2025-01-02 14:50:41 +08: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.");
}
}