Settings.SessionΒΆ
Session Settings are critical because they are not passed over the network and they are not saved between runs of the application/game. This is like the games scratch pad that it keeps from all of the other players. But it still comes with all of the other benefits of being a Settings Data class. The Session data is reset when the app restarts.