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