unity-atoms/Assets/UnityAtoms/GameEvents/Collider2DEvent.cs
2018-10-30 20:05:06 +01:00

7 lines
184 B
C#

using UnityEngine;
namespace UnityAtoms
{
[CreateAssetMenu(menuName = "UnityAtoms/Game Events/Collider2D")]
public class Collider2DEvent : GameEvent<Collider2D> { }
}