示例#1
0
    void DropItem()
    {
        ItemDrop drop = gameObject.GetComponent <ItemDrop>();

        drop.DropExp(5);
        drop.DropPotion();
    }