7 lines
116 B
C#
7 lines
116 B
C#
|
namespace Nerfed.Builder;
|
||
|
|
||
|
public static class PathUtil
|
||
|
{
|
||
|
public const string ImportedFileExtension = ".bin";
|
||
|
}
|