Files
zeling_v2/Assets/Scripts/Core/Events/QuestObjectiveEventChannelSO.cs
2026-05-08 11:04:00 +08:00

8 lines
206 B
C#

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