ShootMe / CelesteTAS

Simple TAS tools for the game Celeste
79 stars 14 forks source link

Error when replacing the body of the method in Update(GameTime). #7

Closed Drawleks closed 6 years ago

Drawleks commented 6 years ago

Hi, the description error is "The type or namespace name 'FinalBoss' could not be found (are you missing a using directive or an assembly reference?) I couldn't find anything on the web if u could help it would be nice ! Thank you.

ShootMe commented 6 years ago

Make sure you are using the latest version of dnSpy. FinalBoss is a class within Celeste so it should find it if you are modifying things correctly.