Animatroller.Framework.Import.LorImport2.LorImport2 C# (CSharp) Method

LorImport2() public method

public LorImport2 ( int priority = 1, [ name = "" ) : System
priority int
name [
return System
        public LorImport2(int priority = 1, [System.Runtime.CompilerServices.CallerMemberName] string name = "")
            : base(name: name, priority: priority)
        {
        }