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

11 lines
191 B
C#
Raw Normal View History

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