C# Class AllowTool.Designator_MassSelect.SelectionDefConstraint

Mostrar archivo 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_oe property

public int occurences
return int

stuffDef public_oe property

public Def stuffDef
return Def

thingDef public_oe property

public Def thingDef
return Def