コード例 #1
0
            public override void OnResponse(GameClient sender, RelayInfo info)
            {
                if (m_Deed == null || m_Deed.Deleted)
                {
                    return;
                }

                if (info.ButtonID != (int)Buttons.Cancel)
                {
                    m_Deed.m_East = (info.ButtonID == (int)Buttons.East);
                    m_Deed.SendTarget(sender.Mobile);
                }
            }