GammaAge/gamma_age_v2/hif_onheartbeat.nss
Jaysyn904 ac0d96bd74 Gamma Age module files
Added internal Gamma Age module files.
2021-07-14 16:40:26 -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);
}