using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace AriaPlugin.Runtime.iTweenHelper { /// /// . /// [Serializable] public class SendMessageParameter { #region Field public GameObject notifier = null; public string invokeMethod = ""; #endregion // Field End. #region Property #endregion // Property End. } }