Exemple #1
0
 protected bool PlayerHasDebuff(string name)
 {
     return(Ingame.GotDebuff(name, "player"));
 }
Exemple #2
0
 protected bool TargetHasDebuff(string name)
 {
     return(Ingame.GotDebuff(name, "target"));
 }