AssemblyCSharp.BackendAuth.Save C# (CSharp) Method

Save() public method

public Save ( ) : void
return void
        public void Save()
        {
            _current = this;
            File.WriteAllText(StoragePath, Json.Serialize(AsJson()));
        }