using UnityEngine; namespace BaseGames.Core.Events { [CreateAssetMenu(menuName = "Events/QuestObjective")] public class QuestObjectiveEventChannelSO : BaseEventChannelSO { } }