using System.Collections; using System.Collections.Generic; using UnityEngine; namespace UnityAtoms { [CreateAssetMenu(menuName = "UnityAtoms/Game Actions/Set Variable Value/Bool")] public class SetBoolVariableValue : SetVariableValue { } }