CS
C# Constants
If you don't want others (or yourself) to overwrite existing values, you can add the const keyword in front of the variable type.
CS
If you don't want others (or yourself) to overwrite existing values, you can add the const keyword in front of the variable type.