Beispiel #1
0
 protected Skill(Unit unit, string str, int cd, TARGETS type)
 {
     thisUnit  = unit;
     name      = str;
     cooldown  = cd;
     skillType = type;
     ResetCooldown();
 }
Beispiel #2
0
	public bool IsTargetType(TARGETS target) {
		return GetTargetType() == target;
	}
Beispiel #3
0
 public bool IsTargetType(TARGETS target)
 {
     return(GetTargetType() == target);
 }