using System; using UnityEngine.Events; namespace UnityAtoms { /// /// None generic Unity Event x 2 of type `string`. Inherits from `UnityEvent<string, string>`. /// [Serializable] public sealed class StringStringUnityEvent : UnityEvent { } }