onApplicationLoaded

open fun onApplicationLoaded(isComplete: Boolean)

Called when Starsector is loaded. Called even if the achievement is complete.

Also called during `onSaveGameLoaded`, so ensure that logic here is idempotent (can be called multiple times without problems).

If possible, use transient listeners to prevent them from being added to the save file.