mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
8 lines
126 B
C#
8 lines
126 B
C#
namespace AssetRipper.IO.Files.Tests
|
|
{
|
|
public static class Paths
|
|
{
|
|
public const string ProjectPath = "../../../";
|
|
}
|
|
}
|