C# Class VFECore.DrawStatsReport_Patch

Datei anzeigen Open project: AndroidQuazar/VanillaExpandedFramework

Public Properties

Property Type Description
interruptWork bool
weaponToLookUp ThingWithComps

Public Methods

Method Description
Postfix ( List __state ) : void
Prefix ( Rect rect, Thing thing, List &__state ) : void

Method Details

Postfix() public static method

public static Postfix ( List __state ) : void
__state List
return void

Prefix() public static method

public static Prefix ( Rect rect, Thing thing, List &__state ) : void
rect Rect
thing Thing
__state List
return void

Property Details

interruptWork public_oe static_oe property

public static bool interruptWork
return bool

weaponToLookUp public_oe static_oe property

public static ThingWithComps weaponToLookUp
return ThingWithComps