예제 #1
0
    //**********************************************************************************//

    private void StartWeapon(WeaponType type)
    {
        Sounds.Instance.StartBoostSound(BoostType.WeaponLaser);
        _attackController.SetWeapon(type);
        StartCoroutine(WeaponLogic(type));
    }