MyBook/Library/PackageCache/com.unity.2d.tilemap.extras@2.2.7/Tests/Editor/PlaceholderTests.cs

11 lines
189 B
C#
Raw Normal View History

2025-03-22 14:59:41 +08:00
using NUnit.Framework;
internal class U2DExtrasPlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("2D Extras tests are in a separate package.");
}
}