using System;
namespace UnityAtoms
{
[Serializable]
public class StringReference : ScriptableObjectReference<string, StringVariable, StringEvent, StringStringEvent> { }
}