Esempio n. 1
0
    /* private - Field declaration           */

    // ========================================================================== //

    /* public - [Do] Function
     * 외부 객체가 호출(For External class call)*/

    public void DoInitStat(SStat pStat)
    {
        _pStat = pStat;
        _pStat.DoInit(gameObject);
    }