Cleanup Required

This commit is contained in:
zaCade
2019-03-03 12:40:16 +01:00
parent 997d1ec0e6
commit 57e860f5cb
179 changed files with 20 additions and 20 deletions
-11
View File
@@ -1,11 +0,0 @@
#if defined BossHP_included
#endinput
#endif
#define BossHP_included
forward void OnBossIntialized(any Boss, any Config);
forward void OnBossDamaged(any Boss, any Config, int activator, float damage);
forward void OnBossKilled(any Boss, any Config, int reason);//reason: 0 = RoundEnd/MapEnd, 1 = KillTrigger, 2 = Death.