示例#1
0
        public override void OnClick()
        {
            if (m_Attendant == null || m_Attendant.Deleted)
            {
                return;
            }

            m_Attendant.CommandFollow(Owner.From);
        }