C# Class AllowTool.Designator_MassSelect.SelectionDefConstraint

Show file Open project: UnlimitedHugs/RimworldAllowTool

Public Properties

Property Type Description
occurences int
stuffDef Def
thingDef Def

Public Methods

Method Description
SelectionDefConstraint ( Def thingDef, Def stuffDef ) : System.Collections.Generic

Method Details

SelectionDefConstraint() public method

public SelectionDefConstraint ( Def thingDef, Def stuffDef ) : System.Collections.Generic
thingDef Def
stuffDef Def
return System.Collections.Generic

Property Details

occurences public property

public int occurences
return int

stuffDef public property

public Def stuffDef
return Def

thingDef public property

public Def thingDef
return Def