Unity_2lab/2/Library/PackageCache/com.unity.2d.spriteshape@9e35352ae135/Tests/Editor/PlaceholderTests.cs
2025-09-23 00:05:35 +03: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.");
}
}