2023-01-14 11:31:39 -05:00

8 lines
126 B
C#

namespace AssetRipper.IO.Files.Tests
{
public static class Paths
{
public const string ProjectPath = "../../../";
}
}