rimworld-animation-studio/Library/PackageCache/com.unity.2d.path@2.1.0/Tests/PlaceholderTests.cs
2022-09-13 00:36:34 -05:00

10 lines
177 B
C#

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