using VPet_Simulator.Core; namespace VPet_Simulator.Windows.Interface Expand Down Expand Up @@ -47,7 +48,11 @@ public interface IMainWindow /// /// 所有食物 /// List<Food> Items { get; } List<Food> Foods { get; } /// /// 图片资源 /// ImageResources ImageSources { get...