Last active
February 4, 2024 09:21
-
-
Save DRayX/2079b1398a4c0bd4271dea544f23043a to your computer and use it in GitHub Desktop.
Palworld FName_Constructor Signature
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
function Register() | |
return "48 89 5C 24 08 57 48 83 EC 30 48 8B D9 48 89 54 24 20 33 C9" | |
end | |
function OnMatchFound(MatchAddress) | |
return MatchAddress | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment