(client) chore:修复子弹属性错误,人物属性错误,侧边消息堆叠错误

This commit is contained in:
m0_75251201
2025-09-08 09:24:32 +08:00
parent 379ed07773
commit 6cb4483d20
9 changed files with 122 additions and 6171 deletions

View File

@ -482,7 +482,8 @@ namespace Managers
if (result && result.entity is Bullet bullet)
{
bullet.bulletSource = source;
bullet.SetBulletSource(source);
if (source) bullet.affiliation = source.affiliation;
}