How could I loop through a list of strings and use each string to pull an Enum?
I’m making a game where the dialogue box can pull each character sprite through an enum based on what the emotion I want is.
I’m making a game where the dialogue box can pull each character sprite through an enum based on what the emotion I want is.