fix: Add missing using directive for Riptide.Demos.Steam.PlayerHosted in SaveTransferPacket

This commit is contained in:
2025-12-14 23:58:51 +01:00
parent 12a207989e
commit cb82d3706f

View File

@@ -4,6 +4,7 @@ using System.IO;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using Riptide.Demos.Steam.PlayerHosted;
using static KCM.Main; using static KCM.Main;
namespace KCM.Packets.Lobby namespace KCM.Packets.Lobby