Files
ZuneModdingHelper/ZuneModCore/Services/IModCoreConfig.cs
T

8 lines
125 B
C#
Raw Normal View History

2024-05-16 21:01:24 -05:00
namespace ZuneModCore.Services
{
public interface IModCoreConfig
{
string ZuneInstallDir { get; }
}
}