AssemblyCSharp.PSProfiler.Reset C# (CSharp) Méthode

Reset() public static méthode

public static Reset ( string token ) : void
token string
Résultat void
        public static void Reset(string token)
        {
            Instance.DoReset(token);
        }