Singularity/Library/PackageCache/com.unity.2d.path@5.0.2/Tests/PlaceholderTests.cs
2024-05-06 11:45:45 -07:00

11 lines
179 B
C#

using NUnit.Framework;
internal class PathPlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("Path tests are in a separate package.");
}
}