GammaAge/_module/nss/hif_onheartbeat.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

14 lines
407 B
Plaintext

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