Fixed PlayerBuildingPlacement tracking buildings being constructed poorly (we had lingering ids for buildings that had been cancelled), fixes NRE on load
RandomAnimationTrigger action no longer uses costly DateTime comparison, opting for Action.TimeSince instead (perf optimisation)
Added some additional AI profiler hooks
Improved Facts profiling