using UnityEngine;
namespace UnityAtoms
{
[CreateAssetMenu(menuName = "Unity Atoms/Game Events/Int Int")]
public class IntIntEvent : GameEvent<int, int> { }
}