mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复开机启动提示无CORE的错误
This commit is contained in:
parent
f5a0341020
commit
c7c8448c04
@ -39,7 +39,7 @@ namespace VPet_Simulator.Windows
|
|||||||
{
|
{
|
||||||
public partial class MainWindow : IMainWindow
|
public partial class MainWindow : IMainWindow
|
||||||
{
|
{
|
||||||
public readonly string ModPath = Environment.CurrentDirectory + @"\mod";
|
public readonly string ModPath = ExtensionValue.BaseDirectory + @"\mod";
|
||||||
public bool IsSteamUser { get; }
|
public bool IsSteamUser { get; }
|
||||||
public LPS_D Args { get; }
|
public LPS_D Args { get; }
|
||||||
public string PrefixSave { get; } = "";
|
public string PrefixSave { get; } = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user