mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
11 lines
177 B
C#
11 lines
177 B
C#
|
using NUnit.Framework;
|
||
|
|
||
|
public class PathPlaceholder
|
||
|
{
|
||
|
[Test]
|
||
|
public void PlaceHolderTest()
|
||
|
{
|
||
|
Assert.Pass("Path tests are in a separate package.");
|
||
|
}
|
||
|
}
|