Example #1
0
    void Shoot()
    {
        GameObject proj = Instantiate(projectile, transform.position, transform.rotation);

        StandardFireFunctions.FireHorizontallyAtPlayer(proj);
    }