I am working on the 2d course - lesson 25
Below is my code:
I don’t see any errors in the code, and I compared it to the code in GIT.
I get two errors in Unity:
Assets\AdventureGame.cs(12,11): error CS1519: Invalid token ‘=’ in class, struct, or interface member declaration
Assets\AdventureGame.cs(12,18): error CS1519: Invalid token ‘;’ in class, struct, or interface member declaration
It seems like “State” isn’t pulling from the State.CS, even though its public, if anyone has any ideas, it would be appreciated.
Thanks!