2018-08-21 04:53:56 +08:00
|
|
|
namespace StardustCore
|
|
|
|
{
|
|
|
|
public class ModConfig
|
|
|
|
{
|
|
|
|
public bool enableMultiplayerHack { get; set; } = false;
|
2018-08-23 16:23:42 +08:00
|
|
|
public string modularMenuKey { get; set; } = "P";
|
2018-12-30 18:00:05 +08:00
|
|
|
public ModConfig() { }
|
2018-08-21 04:53:56 +08:00
|
|
|
}
|
|
|
|
}
|