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

Exists() public static méthode

public static Exists ( ) : bool
Résultat bool
        public static bool Exists()
        {
            return File.Exists(StoragePath);
        }