屏蔽日志
parent
9125652a6a
commit
5fe88bfc55
|
|
@ -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()}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue