AllowTool.Designator_MassSelect.SelectionDefConstraint.SelectionDefConstraint C# (CSharp) Метод

SelectionDefConstraint() публичный метод

public SelectionDefConstraint ( Def thingDef, Def stuffDef ) : System.Collections.Generic
thingDef Def
stuffDef Def
Результат System.Collections.Generic
			public SelectionDefConstraint(Def thingDef, Def stuffDef) {
				this.thingDef = thingDef;
				this.stuffDef = stuffDef;
			}
		}
Designator_MassSelect.SelectionDefConstraint