屏蔽日志

main
刘涛 2024-01-10 15:52:39 +08:00
parent 9125652a6a
commit 5fe88bfc55
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace Code.Scripts.Gameplay.BT.Conditional
: _target = data.sender;
_target = AIUtils.GetNearestGameUnit(data.owner, data.sender, _target);
SharedBattleInfo.Value.theChosenOneId = _target.GetID();
DebugUtil.LogG($"BT harmed by: {data.sender?.GetID()} ,But Target is {_target.GetID()}, owner: {_owner?.GetID()}");
// DebugUtil.LogG($"BT harmed by: {data.sender?.GetID()} ,But Target is {_target.GetID()}, owner: {_owner?.GetID()}");
}
}
}