Hello. I want to create constants that will store the cost of the tower (I’m developing a tower defense). I was determined that I would do this in game mode, but I can not figure out how to unite them.
Should I use enum for this? Or there is another way how to do this?