veeenu / eldenring-practice-tool

Elden Ring speedrunning practice tool
GNU Affero General Public License v3.0
216 stars 11 forks source link

Finds pointer for `CSSessionManager` for all versions #121

Closed soarqin closed 1 month ago

soarqin commented 1 month ago

Just found the common pattern of CS::CSSessionManager::instance which is working for all versions. I know the practice tool is not using it as for now, but keeping it available may be useful in future functions.

veeenu commented 1 month ago

Thank you so much! LGTM, If you can apply the lints I can merge this in. 🙌

soarqin commented 1 month ago

force pushed, think it okay now.