1
This commit is contained in:
@@ -82,7 +82,7 @@ namespace Net.Project.B.Health
|
||||
_knocked.Add(id);
|
||||
_onKnocked?.Invoke(id, true);
|
||||
// _logger.LogInformation($"Entity {id} 被击倒了");
|
||||
return 0;
|
||||
return oldHp-1;
|
||||
}
|
||||
|
||||
private void OnHealthChanged(int arg1, int arg2, int arg3, object arg4)
|
||||
|
Reference in New Issue
Block a user