bag saving, grid move and drop

This commit is contained in:
AlessandroCH
2025-03-11 20:11:05 +01:00
parent 2e1b633682
commit ed0d4252a7
10 changed files with 231 additions and 28 deletions

View File

@@ -163,9 +163,11 @@ namespace Campofinale
curStamina = data.curStamina;
nextRecoverTime=data.nextRecoverTime;
if (data.gender > 0) gender = data.gender;
LoadCharacters();
mails = DatabaseManager.db.LoadMails(roleId);
inventoryManager.Load();
if (data.bag != null) inventoryManager.items.bag = data.bag;
spaceshipManager.Load();
if (data.scenes != null)
{