Oops. I should have googled it.
EDIT: I googled it, and found nothing helpful.
Wait, are all of the public strings supposed to be in the "namespace RPG" section, or the "public class Stat" section?
The public class Stat is inside of the namespace RPG.
Example:
| namespace RPG |
| { |
| public class Stat |
| { |
| } |
| } |
Right now I have all of the public strings in the namespace section. Do i need to have it in the public class section?
Am I making sense?