This commit is contained in:
2025-12-13 18:35:44 +01:00
parent 02af5c8c68
commit 7fc86a804a
5 changed files with 140 additions and 28 deletions

View File

@@ -18,6 +18,14 @@ namespace KCM.Packets.Lobby
public static bool loadingSave = false;
public static int received = 0;
public static void ResetTransferState()
{
loadingSave = false;
received = 0;
saveData = new byte[1];
chunksReceived = new bool[1];
}
public int chunkId { get; set; }
public int chunkSize { get; set; }