mirror of
https://git.muiegratis.online/suikoakari/Campofinale
synced 2025-12-20 05:24:35 +01:00
bag saving, grid move and drop
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user