This commit is contained in:
2026-06-08 23:25:33 +07:00
parent 4d83b4cdc8
commit b8b222632d
131 changed files with 21412 additions and 572 deletions

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace Invector.vShooter
{
[CreateAssetMenu(menuName = "Invector/Shooter/New BulletLifeSettings")]
[CreateAssetMenu(menuName = "BABA_YAGA/Invector/Shooter/New BulletLifeSettings")]
public class vBulletLifeSettings : ScriptableObject
{
public List<vBulletLostLife> bulletLostLifeList;

View File

@@ -233,8 +233,9 @@ namespace Invector.vShooter
onDisable.Invoke();
}
protected virtual void Start()
protected override void Start()
{
base.Start();
if (!reloadSource)
{
reloadSource = source;