VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
85 stars 3 forks source link

Use the entity factory here #328

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Use the entity factory here

https://github.com/VolantisDev/Launchpad/blob/dc795f2eaf67eb07c833c4a08e9bca95a7d7be1f/Lib/Shared/AppLib/Service/EntityManager/BackupManager.ahk#L45


    }

    CreateBackupEntity(key, config) {
        ; TODO: Use the entity factory here
        backup := BackupEntity(this.app, key, config)
        this.AddEntity(key, backup)
        return backup

f6957cc6736a1115d79cd040f2f044107c7eb59d