コード例 #1
0
    // Token: 0x06002A55 RID: 10837 RVA: 0x0009D53C File Offset: 0x0009B73C
    public void Initialize()
    {
        global::RPOSInvCellManager componentInChildren = base.GetComponentInChildren <global::RPOSInvCellManager>();

        componentInChildren.SetInventory(this.myLootable.GetComponent <global::Inventory>(), true);
        base.ResetScrolling();
    }
コード例 #2
0
    // Token: 0x06002AE8 RID: 10984 RVA: 0x0009F464 File Offset: 0x0009D664
    public void Initialize()
    {
        global::RPOSInvCellManager componentInChildren = base.GetComponentInChildren <global::RPOSInvCellManager>();

        componentInChildren.SetInventory(this._myWorkBench.GetComponent <global::Inventory>(), false);
    }