In an rpg, where the character has ststa, hp, mana, str, int, agi, stam, gold, etc..
Is there any reason to use one over the other? I can easily give my player all the appropriate instance variables, but I could just as easily do this with an array. Is there any reason to use one over the other?