unity-atoms/Examples/Assets/Test/IntResponse.cs
Adam Ramberg c3bc59259f More WIP
2020-03-02 02:26:06 +01:00

15 lines
335 B
C#

// 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;
// }
// }