AssemblyCSharp.BackendAuth.Save C# (CSharp) Méthode

Save() public méthode

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