using UnityEngine; namespace UnityAtoms { [CreateAssetMenu(menuName = "UnityAtoms/Game Events/Color")] public class ColorEvent : GameEvent { } }