in dump.cs
i tried to hook this using normal void hook, it doesnt work
C#:
// RVA: 0x117A220 Offset: 0x1176220 VA: 0x117A220
public static GameObject unlockNextSphere(sphereType sType) { }
// RVA: 0x117AA58 Offset: 0x1176A58 VA: 0x117AA58
public static bool areAnyLocked(string name) { }
// RVA: 0x117A240 Offset: 0x1176240 VA: 0x117A240
private static GameObject unlockRank() { }
// RVA: 0x117A6C4 Offset: 0x11766C4 VA: 0x117A6C4
private static GameObject unlockSecret() { }
i tried to hook this using normal void hook, it doesnt work