mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-05 17:13:29 +08:00
266 B
266 B
Class: lua_patch
Class representing a in-memory patch.
Functions (2)
apply()
Apply the modified value.
Exemple Usage:
lua_patch:apply()
restore()
Restore the original value.
Exemple Usage:
lua_patch:restore()