Last improvements on the save front

This commit is contained in:
Michal Pikulski
2025-11-05 17:34:26 +01:00
committed by Michal Pikulski
parent b3e0f90e09
commit 64253c1048
14 changed files with 610 additions and 176 deletions

View File

@@ -9,7 +9,7 @@ namespace Interactions
public abstract class SaveableInteractable : InteractableBase
{
[Header("Save System")]
[SerializeField]
[SerializeField]
// Save system configuration
public override bool AutoRegisterForSave => true;