From 8119ef449602e9f2c26fe1bb05edd0ea526bee10 Mon Sep 17 00:00:00 2001 From: LuLu-ling Date: Mon, 22 Jun 2026 22:34:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(profile):=20=E7=BC=BA=20using?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plain Craft Launcher 2/Modules/Minecraft/ModProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plain Craft Launcher 2/Modules/Minecraft/ModProfile.cs b/Plain Craft Launcher 2/Modules/Minecraft/ModProfile.cs index f2ec2f647..0d19f503c 100644 --- a/Plain Craft Launcher 2/Modules/Minecraft/ModProfile.cs +++ b/Plain Craft Launcher 2/Modules/Minecraft/ModProfile.cs @@ -7,6 +7,7 @@ using PCL.Core.Utils.Validate; using PCL.Network; using PCL.Core.App.Localization; +using PCL.Core.IO.Net; namespace PCL;