How i should do create a list of constant?

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?