Singularity/Library/PackageCache/com.unity.2d.path@5.0.2/Tests/PlaceholderTests.cs

11 lines
179 B
C#
Raw Permalink Normal View History

2024-05-06 14:45:45 -04:00
using NUnit.Framework;
internal class PathPlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("Path tests are in a separate package.");
}
}