I am working on a project where I want to add some new graphs to my characters. Since the characters all come from the same class, it would be nice to be able to add the graphs in the C++ template rather than adding them every time I create a new character. Does anyone know how to do this?