Can you access enums in one class from another? I have a models folder with some enum values setup in a class file. I want to access those enums from within another class. When I instantiate the class object (myClass type Stats value new Stats()), i was hoping to have access to the enum values, but intellisense does not seem to recognize them.
Thanks.



