I'm building a Moba from the ground up in new to C++ I've used AI to try and help but I'm missing a connection somewhere. I understand creating a class for independent characters and making objects with "attributes". IM trying to do the same thing to abilities but it's a little more complex because they need to apply CC and damage and healing and....
Is this approach best?