arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.2d.spriteshape@1d246726c231/Tests/Editor/PlaceholderTests.cs
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02: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.");
}
}