예제 #1
0
    public void PlayerAttack()
    {
        Dynamic cDynamic = m_objPlayer.GetComponent <Dynamic>();

        cDynamic.Attack();
    }