public void use(Character target, Skill skill) { target.damage(100); }
public void useSkill(Character target, Skill skill) { skill.use(target); }