31 lines
917 B
Plaintext
31 lines
917 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/DeathSyringe_InstantDeathPoisonLiquid.html
|
|
Title: People Playground Modding - DeathSyringe.InstantDeathPoisonLiquid
|
|
==================================================
|
|
|
|
public class InstantDeathPoisonLiquid
|
|
This nested type resides in DeathSyringe
|
|
Inherits TemporaryBodyLiquid
|
|
No description provided
|
|
Fields
|
|
public const string ID
|
|
No description provided
|
|
Constant value: "INSTANT DEATH POISON"
|
|
|
|
Methods
|
|
public override string GetDisplayName()
|
|
No description provided
|
|
|
|
public (constructor) InstantDeathPoisonLiquid()
|
|
No description provided
|
|
|
|
public override void OnEnterContainer(BloodContainer container)
|
|
No description provided
|
|
|
|
public override void OnEnterLimb(LimbBehaviour limb)
|
|
No description provided
|
|
|
|
public override void OnUpdate(BloodContainer c)
|
|
No description provided
|
|
|
|
public override void OnExitContainer(BloodContainer container)
|
|
No description provided |