OpenMinecraft.Profiler.Profiler C# (CSharp) Method

Profiler() public method

public Profiler ( string opname ) : System
opname string
return System
        public Profiler(string opname)
        {
            Operation = opname;
        }