rimworld-animation-studio/Library/PackageCache/com.unity.2d.path@2.1.0/Tests/PlaceholderTests.cs

11 lines
177 B
C#
Raw Normal View History

2022-09-13 05:36:34 +00:00
using NUnit.Framework;
public class PathPlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("Path tests are in a separate package.");
}
}