chore: initial commit
This commit is contained in:
8
Assets/Scripts/Progression/AchievementEventChannelSO.cs
Normal file
8
Assets/Scripts/Progression/AchievementEventChannelSO.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using BaseGames.Core.Events;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BaseGames.Progression
|
||||
{
|
||||
[CreateAssetMenu(menuName = "Events/Progression/AchievementUnlocked")]
|
||||
public class AchievementEventChannelSO : BaseEventChannelSO<AchievementSO> { }
|
||||
}
|
||||
Reference in New Issue
Block a user