Switch to 6.3

This commit is contained in:
Michal Pikulski
2025-12-07 21:15:45 +01:00
parent c27f22ef0a
commit fe06b1529b
11 changed files with 160 additions and 1442 deletions

View File

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