C# Class ToolsForHaul.Apparel_Backpack

Inheritance: Apparel
Exibir arquivo Open project: BBream/ToolsForHaul Class Usage Examples

Public Properties

Property Type Description
maxItem int
numOfSavedItems int
postWearer Pawn

Public Methods

Method Description
Apparel_Backpack ( ) : System
Draw ( ) : void
ExposeData ( ) : void
GetWornGizmos ( ) : IEnumerable
SpawnSetup ( ) : void
Tick ( ) : void

Method Details

Apparel_Backpack() public method

public Apparel_Backpack ( ) : System
return System

Draw() public method

public Draw ( ) : void
return void

ExposeData() public method

public ExposeData ( ) : void
return void

GetWornGizmos() public method

public GetWornGizmos ( ) : IEnumerable
return IEnumerable

SpawnSetup() public method

public SpawnSetup ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

maxItem public_oe property

public int maxItem
return int

numOfSavedItems public_oe property

public int numOfSavedItems
return int

postWearer public_oe property

public Pawn postWearer
return Pawn