/// <summary>
    /// 보상 수령하기 팩
    /// </summary>
    void ContiWinRewardReceivePack()
    {
        WasReceiveContWinItems aObj = new WasReceiveContWinItems()
        {
            User = Ag.mySelf
        };

        aObj.messageAction = (int pInt) => {
            aObj = null;
        };
    }
    void ContwinNumRewardRecieve()
    {
        WasReceiveContWinItems aObj = new WasReceiveContWinItems()
        {
            User = Ag.mySelf
        };

        aObj.messageAction = (int pInt) => {
            switch (pInt)
            {
            case 0:
                WasUserinfo();
                break;
            }

            aObj = null;
        };
    }