ajout de la prefab CompletedQUest et du script QUestHistory. Modification dans les script (BaseMonobehaviour => BaseMonoBheaviour)

This commit is contained in:
mrtoine 2025-10-13 08:42:08 +02:00
parent 3ba8dad4a2
commit 9143f3c50d
52 changed files with 1438 additions and 724 deletions

View file

@ -7,7 +7,7 @@ using UnityEngine;
namespace TestFacts.Runtime
{
public class Triche : BaseMonobehaviour
public class Triche : BaseMonoBehaviour
{
[ContextMenu("Add 99999 Gold")]
void AddInfiniteGold()