This commit is contained in:
CortexCore
2025-04-14 15:39:24 +08:00
parent 5fceb6f885
commit 3f9d9f19ce
50 changed files with 683 additions and 41 deletions

View File

@@ -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)