In the State.cs we create the variable storyText, then we create a GetStateStory method which returns the variable.
Why can’t we directly call storyText from AdventureGame.cs by making it public? I have gotten through the lecture and understood it, however this seems like an extra, possibly unnecessary step. I understand that calling a full Method from another class can be useful if you are doing multiple things within it, but here, since we are only having it do one thing, it seems extraneous.
Enjoying the course so far, this is my first time coding!