void OurUpdateFunction() { // Your special code... } void OnLoad() { IL2CPP::Callback::Initialize(); IL2CPP::Callback::OnUpdate::Add(OurUpdateFunction); }
Last updated 3 years ago
Was this helpful?