C# Class VFECore.TryDropEquipment_Patch

Afficher le fichier Open project: AndroidQuazar/VanillaExpandedFramework

Méthodes publiques

Méthode Description
Postfix ( Pawn_EquipmentTracker __instance, ThingWithComps eq, ThingWithComps resultingEq, IntVec3 pos, bool forbid = true ) : void

Method Details

Postfix() public static méthode

public static Postfix ( Pawn_EquipmentTracker __instance, ThingWithComps eq, ThingWithComps resultingEq, IntVec3 pos, bool forbid = true ) : void
__instance Pawn_EquipmentTracker
eq ThingWithComps
resultingEq ThingWithComps
pos IntVec3
forbid bool
Résultat void