public override void Init()
    {
        base.Init();

        EventDelegate.Set(BtnSendBox.onClick, OnClickSend);

        if (UITextList.IsAlready(Desc.gameObject.name))
        {
            return;
        }

        Desc.Add(string.Format("코인 : ac 99"));
        Desc.Add(string.Format("원보 : ag 99"));
        Desc.Add(string.Format("우정포인트 : af 99"));
        Desc.Add(string.Format("명예 : ah 99"));
        Desc.Add(string.Format("보석 : aco 99"));
        Desc.Add(string.Format("마계의탑 재화 : ar 99"));
        Desc.Add(string.Format("차관 재화 : alk 99"));
        Desc.Add(string.Format("경험치 : ae 99"));
        Desc.Add(string.Format("아이템 : ai 551001 3 "));
        Desc.Add(string.Format("착 장비 : aq 410001 3"));
        Desc.Add(string.Format("메일 : mal 3"));
        Desc.Add(string.Format("스테미너(원보 필요) : s"));
        Desc.Add(string.Format("소탕권 : sp 3"));
        Desc.Add(string.Format("파트너 조각 : shard n"));

        Desc.Add(string.Format("ex) scene test : single_f001"));
        Desc.Add(string.Format("모험 테스트 : game single_0101  주의) 강제이기때문에 네트워크문제가 생길수있음"));

        Desc.Add(string.Format("무적모드 : qq"));
        Desc.Add(string.Format("나만 무적모드 : q"));
        Desc.Add(string.Format("모든 스테이지 클리어 : allclear\n주의 : 결과 알림 창 뜨기전까지 기다려주세요."));
        Desc.Add(string.Format("모든 의상 장비 생성 : allequip\n주의 : 결과 알림 창 뜨기전까지 기다려주세요."));
        Desc.Add(string.Format("퀘스트 : opentask n"));

        Desc.Add(string.Format("페이스북연동리셋 : cfb"));
        Desc.Add(string.Format("구글연동리셋 : cg"));
    }