コード例 #1
0
    void Start()
    {
        InventoryInteraction = InventoryInteraction.GetInstance();

        ItemInstance    = GetComponent <ItemInstance>();
        inventoryHolder = InventoryInteraction.inventoryHolder;
        platform        = InventoryInteraction.platform;
        AudioHost       = AudioHost.GetInstance();
    }
コード例 #2
0
 void Start()
 {
     InventoryInteraction = InventoryInteraction.GetInstance();
 }