EmberLib.Glow.GlowFunctionBase.GlowFunctionBase C# (CSharp) 메소드

GlowFunctionBase() 보호된 메소드

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