First off, all units need to have another integer variable attached to them. This is likely an easy change. Then, you need to figure out last-hits which the game does not currently do.* That's more complex but not hard. Then you have to display it. That means a change to the UI to accommodate a new variable and possibly even a new draw function.
Because there appears to be some funkiness with buff chain tick rates (and possibly the tick rate of the engine itself), last-hits may not be possible. You'll have to be sending a pointer along with all your shots.
None of that is a ton of work (unless the Iron Engine is really weird), but still.. They have more pressing issues at hand than this.