using System; using UnityEngine.Events; namespace MoralisUnity.Kits.AuthenticationKit { /// /// See comments for a feature overview. /// /// The main event for . /// /// [Serializable] public class AuthenticationKitStateUnityEvent : UnityEvent { } }