MyBook/Library/PackageCache/com.unity.2d.tilemap.extras@2.2.7/Tests/Editor/PlaceholderTests.cs
2025-03-22 15:17:36 +08:00

11 lines
189 B
C#

using NUnit.Framework;
internal class U2DExtrasPlaceholder
{
[Test]
public void PlaceHolderTest()
{
Assert.Pass("2D Extras tests are in a separate package.");
}
}