This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
140 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
#include "pch-il2cpp.h" | ||
#include "_hooks.h" | ||
|
||
HatBehaviour__Array* dHatManager_GetUnlockedHats(HatManager* __this, MethodInfo* method) { | ||
return __this->fields.AllHats->fields._items; | ||
bool dHatManager_c__GetUnlockedHats_b__11_0(HatManager_c* __this, HatBehaviour* h, MethodInfo* method) { | ||
return true; | ||
} | ||
|
||
PetData__Array* dHatManager_GetUnlockedPets(HatManager* __this, MethodInfo* method) { | ||
return __this->fields.AllPets->fields._items; | ||
bool dHatManager_c__GetUnlockedSkins_b__12_0(HatManager_c* __this, SkinData* s, MethodInfo* method) { | ||
return true; | ||
} | ||
|
||
SkinData__Array* dHatManager_GetUnlockedSkins(HatManager* __this, MethodInfo* method) { | ||
return __this->fields.AllSkins->fields._items; | ||
bool dHatManager_c__GetUnlockedPets_b__9_0(HatManager_c* __this, PetData* h, MethodInfo* method) { | ||
return true; | ||
} | ||
|
||
bool dHatManager_c__GetUnlockedVisors_b__15_0(HatManager_c* __this, VisorData* s, MethodInfo* method) { | ||
return true; | ||
} | ||
|
||
bool dHatManager_c__GetUnlockedNamePlates_b__17_0(HatManager_c* __this, NamePlateData* s, MethodInfo* method) { | ||
return true; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#define GIT_CUR_COMMIT e22fe71ce90ee66eaa1db5214991f244b3962409 | ||
#define GIT_CUR_COMMIT 9c1b3553fa9d5ce5471b61c88699736db773ed77 | ||
#define GIT_BRANCH 2021.11.9.5e |