ajout de la prefab CompletedQUest et du script QUestHistory. Modification dans les script (BaseMonobehaviour => BaseMonoBheaviour)
This commit is contained in:
parent
3ba8dad4a2
commit
9143f3c50d
52 changed files with 1438 additions and 724 deletions
|
|
@ -7,7 +7,7 @@ using UnityEngine;
|
|||
|
||||
namespace Decor.Runtime
|
||||
{
|
||||
public class AdventurerApearanceSpawner : BaseMonobehaviour
|
||||
public class AdventurerApearanceSpawner : BaseMonoBehaviour
|
||||
{
|
||||
|
||||
#region Publics
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using UnityEngine;
|
|||
|
||||
namespace Decor.Runtime
|
||||
{
|
||||
public class AdventurerModelBinder : BaseMonobehaviour
|
||||
public class AdventurerModelBinder : BaseMonoBehaviour
|
||||
{
|
||||
|
||||
#region Publics
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ using UnityEngine.AI;
|
|||
|
||||
namespace Decor.Runtime
|
||||
{
|
||||
public class PortraitGenerator : BaseMonobehaviour
|
||||
public class PortraitGenerator : BaseMonoBehaviour
|
||||
{
|
||||
|
||||
#region Publics
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ using UnityEngine.UI;
|
|||
|
||||
namespace _.Features.Decor.Runtime
|
||||
{
|
||||
public class TakePhoto : BaseMonobehaviour
|
||||
public class TakePhoto : BaseMonoBehaviour
|
||||
{
|
||||
|
||||
#region Publics
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ using UnityEngine;
|
|||
|
||||
namespace Decor.Runtime
|
||||
{
|
||||
public class QuestSign: BaseMonobehaviour
|
||||
public class QuestSign: BaseMonoBehaviour
|
||||
{
|
||||
#region private & protected
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue