migration from new repo
This commit is contained in:
commit
423134a840
26930 changed files with 3458568 additions and 0 deletions
13
Assets/_/Features/Quests/Runtime/Events/QuestEventPackSO.cs
Normal file
13
Assets/_/Features/Quests/Runtime/Events/QuestEventPackSO.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Quests.Runtime
|
||||
{
|
||||
[CreateAssetMenu(fileName = "QuestEventPack", menuName = "Guild Tycoon/Quests/EventPack", order = 0)]
|
||||
public class QuestEventPackSO : ScriptableObject
|
||||
{
|
||||
|
||||
public List<QuestEventSO> availableEvents;
|
||||
public int maxEventsToPick = 2;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue