using System;
using UnityEngine.Events;
using UnityEngine;
namespace UnityAtoms.BaseAtoms
{
///
/// None generic Unity Event of type `Collider2D`. Inherits from `UnityEvent<Collider2D>`.
///
[Serializable]
public sealed class Collider2DUnityEvent : UnityEvent { }
}