(client) feat:技能树节点及其素材

This commit is contained in:
m0_75251201
2025-09-11 11:19:34 +08:00
parent d1c0387df0
commit bb691f9622
79 changed files with 7904 additions and 364 deletions

View File

@ -15,6 +15,11 @@ namespace Entity
{
bulletSource = source;
attributes.attack = source.attributes.attack;
var weapon = source.GetCurrentWeapon();
if (weapon != null)
{
lifeTime = weapon.Attributes.attackRange / attributes.moveSpeed;
}
}
public override void SetTarget(Vector3 pos)