예제 #1
0
 public Api_WishListSet(FlowNode_ReqWishList node, string iname, int priority)
     : base(node)
 {
     this.m_Id       = iname;
     this.m_Priority = priority;
 }
예제 #2
0
 public ApiBase(FlowNode_ReqWishList node)
 {
     this.m_Node = node;
 }
예제 #3
0
 public Api_WishList(FlowNode_ReqWishList node)
     : base(node)
 {
 }