Example #1
0
 public GenericRequirementInfo(RequirementTypeEx type)
     : base(type)
 { }
Example #2
0
 public GenericRequirementInfo(RequirementTypeEx type)
     : base(type)
 {
 }
Example #3
0
 public RequirementInfoEx(RequirementTypeEx type)
 {
     mType = type;
 }
Example #4
0
 public RequirementInfoEx(RequirementTypeEx type)
 {
     mType = type;
 }