Did we define class 'State' or is it part of C#?

Is ‘class State’ a class that we’ve created, by writing State.cs?

Or is ‘class State’ part of the C# architecture?

The former, you created a defintion for the type State when you wrote State.cs.

Hope this helps :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms