using UnityEngine;
namespace UnityAtoms
{
///
/// Variable Instancer of type `int`. Inherits from `AtomVariableInstancer<IntVariable, int, IntEvent, IntIntEvent, IntIntFunction>`.
///
[EditorIcon("atom-icon-hotpink")]
[AddComponentMenu("Unity Atoms/Variable Instancers/Int Instancer")]
public class IntVariableInstancer : AtomVariableInstancer { }
}