Should I create a characters or should I create several one for each class
I have a master and the others are children.
The class and the same thing to make for enemies and npc
like this
main charchares
class ARPGCharacter : public ACharacter
{
}
for example the warrior
class ARPGWarrior : public ARPGCharacter
{
}