AssemblyCSharp.BackendUpdateTask.BackendUpdateTask C# (CSharp) Method

BackendUpdateTask() public method

public BackendUpdateTask ( string serializedGameState, bool closeOnError = true ) : System.Collections
serializedGameState string
closeOnError bool
return System.Collections
        public BackendUpdateTask(string serializedGameState, bool closeOnError = true)
        {
            CloseOnError = closeOnError;
            _serializedGameState = serializedGameState;
        }