sync configs with server, move bosshp back to regular folder

This commit is contained in:
george
2019-06-04 18:02:08 +01:00
parent a29b89278f
commit 93c1ca2329
146 changed files with 53 additions and 21 deletions
+11
View File
@@ -0,0 +1,11 @@
#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.