GammaAge/gamma_age_v2/hif_onmoduleload.nss
Jaysyn904 ac0d96bd74 Gamma Age module files
Added internal Gamma Age module files.
2021-07-14 16:40:26 -04:00

14 lines
402 B
Plaintext

// prc_onmodload,sm_on_mod_ld
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onmoduleload event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onmodload", OBJECT_SELF);
ExecuteScript("sm_on_mod_ld", OBJECT_SELF);
}