level system
im pretty new to c sharp so excuse me for not being hte best technically but i was thinking of different ways to implement a level system and was confused on which to use? at first i wanted to try use an interface of ILevels as each level will have maxgems / a maxtiemr but these values will be different for each level but i cant assign variables in an interface so would i just make a class of levels? and make attributes?