branchrust_reboot/main/base_combatentity_code_cleanupcancel
6 Commits over 31 Days - 0.01cph!
main -> base_combatentity_code_cleanup
Fixed methods being renamed OnDiedByPlayer
Added a fresh OnKilled() method inside BaseNetworkable which is actually called OnKilled()
Rename Entity profiler back to OnKilled()
Replace BaseCombatEntity::OnKilled() with BaseCombatEntity::OnDied()
Since when you Kill an entity OnKilled isnt called, its only called on Die() so its way less confusing to be actually named that