AssemblyCSharp.PSProfiler.Reset C# (CSharp) Method

Reset() public static method

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