Singularity/Library/PackageCache/com.unity.2d.tilemap.extras.../Tests/Editor/PlaceholderTests.cs

11 lines
189 B
C#
Raw Normal View History

2024-05-06 14:45:45 -04:00
using NUnit.Framework;
internal class U2DExtrasPlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("2D Extras tests are in a separate package.");
}
}