unity-atoms/Examples/Assets/Test/IntResponse.cs

15 lines
335 B
C#
Raw Normal View History

2020-03-02 02:26:06 +01:00
// 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;
// }
// }