arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.2d.spriteshape@1d246726c231/Tests/Editor/PlaceholderTests.cs

11 lines
193 B
C#
Raw Normal View History

2025-09-25 22:01:28 +02:00
using NUnit.Framework;
internal class SpriteShapePlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("SpriteShape tests are in a separate package.");
}
}