I'm working on a football simulation game and I need to assign the players different attributes. For Example: Justin Miller, 85 speed, 85 strength, etc. Is there any way that i can make an enum for the names and one for the attributes, and set them equal to each other?
Any help is greatly appreciated!
p.s. The scripts are in c#.
↧