java – What’s a great way to implement buff-skill and active-skill
I’m attempting to implement buff-skill(which modifies character’s stats or different talent) and active-skill(which does harm to enemy) through the use of polymorphism. The answer does not obligatory have to make…