TKK_E32231768/Library/PackageCache/com.unity.2d.path@2.1.1/Tests/PlaceholderTests.cs

11 lines
177 B
C#

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