C# Class Vehicle.CompWheel

Inheritance: ThingComp
Mostrar archivo Open project: BBream/ToolsForHaul

Public Methods

Method Description
AllowStackWith ( Thing other ) : bool
CompTick ( ) : void
PostDraw ( ) : void
PostSpawnSetup ( ) : void

Protected Methods

Method Description
CompWheel ( ) : System

Method Details

AllowStackWith() public method

public AllowStackWith ( Thing other ) : bool
other Thing
return bool

CompTick() public method

public CompTick ( ) : void
return void

CompWheel() protected method

protected CompWheel ( ) : System
return System

PostDraw() public method

public PostDraw ( ) : void
return void

PostSpawnSetup() public method

public PostSpawnSetup ( ) : void
return void