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

10 lines
191 B
C#

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