mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
7 lines
107 B
C#
7 lines
107 B
C#
namespace ZuneModCore.Services;
|
|
|
|
public interface IModCoreConfig
|
|
{
|
|
string ZuneInstallDir { get; }
|
|
}
|