EmberLib.Glow.GlowFunctionBase.GlowFunctionBase C# (CSharp) Method

GlowFunctionBase() protected method

Creates a new instance of GlowFunctionBase.
protected GlowFunctionBase ( BerTag tag, uint type ) : System
tag BerTag
type uint
return System
        protected GlowFunctionBase(BerTag? tag, uint type)
            : base(tag, type)
        {
        }