예제 #1
0
 public BTGetProperty(string memberName, BTMemberType memberType, string dataId, BTNode child = null)
     : base(child)
 {
     this.memberName = memberName;
     this.memberType = memberType;
     this.dataId     = dataId;
 }
예제 #2
0
        public BTInverter(BTNode child = null) 
            : base(child)
        {
 
        }
예제 #3
0
파일: BTMute.cs 프로젝트: nistck/Jx
 public BTMute(BTNode child = null)
     : base(child)
 {
 }