Le quêtes sont désormais bien retirés quand choisis.

This commit is contained in:
mrtoine 2025-10-11 15:25:12 +02:00
parent 9f2e4c1063
commit 838f91ede7
7 changed files with 107 additions and 24 deletions

View file

@ -150,6 +150,11 @@ namespace Core.Runtime
Debug.Log("Chemin des sauvegardes : " + Application.persistentDataPath);
}
void OnDestroy()
{
Destroy(Instance);
}
#endregion