示例#1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="_parent">Pointer to the condition array to add conditions to.</param>
 public VirtualNewCondition(ElementsKeeper _parent)
 {
     parent = _parent;
 }