Example #1
0
    public void InitHP()
    {
        //hp 초기화
        _data._hp = _data._maxHp;

        if (_uiMgr != null)
        {
            _uiMgr.InitHp(_data._hp);
        }

        _anim.SetInteger("HP", _data._hp);
    }