Added an OnSpawned callback to the SpawnInfo struct which allows modders to implement custom behavior immediately after an object is spawned.
Added two new constructors to SpawnInfo for this callback, both of which require EVERYTHING to be filled out. This is a better alternative than continuing the absurd exponential growth of overloads.
Changes made in this pull request
Breaking changes