AssemblyCSharp.BackendAuth.Exists C# (CSharp) 메소드

Exists() 공개 정적인 메소드

public static Exists ( ) : bool
리턴 bool
        public static bool Exists()
        {
            return File.Exists(StoragePath);
        }