From d5aed878afb0a4c3ad1ab08cc830892df1c17a41 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Thu, 18 Apr 2024 23:24:59 +0800 Subject: [PATCH] Update IMainWindow.cs --- VPet-Simulator.Windows.Interface/IMainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Windows.Interface/IMainWindow.cs b/VPet-Simulator.Windows.Interface/IMainWindow.cs index fe7f8f9..e653beb 100644 --- a/VPet-Simulator.Windows.Interface/IMainWindow.cs +++ b/VPet-Simulator.Windows.Interface/IMainWindow.cs @@ -102,7 +102,7 @@ namespace VPet_Simulator.Windows.Interface /// /// 文件资源, 储存的为文件路径 : 可以给代码插件MOD用 /// - Resources FileSource { get; } + Resources FileSources { get; } /// /// 设置游戏缩放倍率 ///