10 lines
336 B
C#

namespace AssetRipper.GUI.SourceGenerator;
public static class Paths
{
public const string RepositoryPath = SourcePath + "../";
public const string SourcePath = "../../../../";
public const string LocalizationsPath = RepositoryPath + "Localizations/";
public const string WebProjectPath = SourcePath + "AssetRipper.GUI.Web/";
}