Exemplo n.º 1
0
 public ApiBase(FlowNode_ReqSupportSet node)
 {
     this.m_Node = node;
 }
Exemplo n.º 2
0
 public Api_SupportSet(FlowNode_ReqSupportSet node, FlowNode_ReqSupportSet.OwnSupportData[] ownSupportData)
     : base(node)
 {
     this.m_SupportData = ownSupportData;
 }