AllowTool.Designator_MassSelect.SelectionDefConstraint.SelectionDefConstraint C# (CSharp) Méthode

SelectionDefConstraint() public méthode

public SelectionDefConstraint ( Def thingDef, Def stuffDef ) : System.Collections.Generic
thingDef Def
stuffDef Def
Résultat System.Collections.Generic
			public SelectionDefConstraint(Def thingDef, Def stuffDef) {
				this.thingDef = thingDef;
				this.stuffDef = stuffDef;
			}
		}
Designator_MassSelect.SelectionDefConstraint