This website requires JavaScript.
Explore
Help
Sign In
zune
/
ZuneModdingHelper
Watch
0
Star
0
Fork
0
mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced
2026-07-27 13:12:21 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3591c5363eaf59ccc3e0129362d3eb6c5416582b
ZuneModdingHelper
/
ZuneModCore
/
Services
/
IModCoreConfig.cs
T
8 lines
125 B
C#
Raw
Normal View
History
Unescape
Escape
Add settings infrastructure
2024-05-16 21:01:24 -05:00
namespace
ZuneModCore.Services
{
public
interface
IModCoreConfig
{
string
ZuneInstallDir
{
get
;
}
}
}
Reference in New Issue
Copy Permalink