Fix typo in Core.hpp

Was making builds fail.
This commit is contained in:
KeybadeBlox 2026-03-21 20:56:49 -04:00
parent 3e8622f369
commit da6865e5f6
2 changed files with 6 additions and 6 deletions

View file

@ -78,7 +78,7 @@ struct UnknownStatic19 {
};
struct UnknownStatic24 {
UnknownStatic24();
virtual ~UnknownStatic19();
virtual ~UnknownStatic24();
};
struct UnknownStatic27 {
UnknownStatic27();