LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

Unity / Mono V1 with cattrs #91

Closed AlexKnauth closed 9 months ago

AlexKnauth commented 9 months ago

There are 2 sets of monoclass offsets possible within V1: without cattrs and with cattrs.

This looks at the monoclass_image to see if it points back to the image that the class came from, to decide which of those sets of offsets to use.

AlexKnauth commented 9 months ago

Closing in favor of https://github.com/LiveSplit/asr/pull/92