// Token: 0x06003846 RID: 14406 RVA: 0x000C7C20 File Offset: 0x000C5E20
    public object InvokeInputItemPreFrame(ref global::HumanController.InputSample sample)
    {
        global::IHeldItem heldItem = this.inputItem as global::IHeldItem;

        if (heldItem != null)
        {
            heldItem.ItemPreFrame(ref sample);
        }
        return(heldItem);
    }