// using System.Collections; // using System.Collections.Generic; // using UnityEngine; // using UnityAtoms; // [CreateAssetMenu(menuName = "Unity Atoms/IntResponse", fileName = "IntResponse")] // public class IntResponse : IntAction // { // public override void Do(int value) // { // var a = value; // } // }