AssemblyCSharp.PSProfiler.Reset C# (CSharp) 메소드

Reset() 공개 정적인 메소드

public static Reset ( string token ) : void
token string
리턴 void
        public static void Reset(string token)
        {
            Instance.DoReset(token);
        }