using System; namespace UnityAtoms.BaseAtoms { /// /// Event Reference of type `string`. Inherits from `AtomEventReference<string, StringVariable, StringEvent, StringVariableInstancer, StringEventInstancer>`. /// [Serializable] public sealed class StringEventReference : AtomEventReference< string, StringVariable, StringEvent, StringVariableInstancer, StringEventInstancer>, IGetEvent { } }