I have an inventory system which works with IDs public Inventory inventory; /... inventory.AddItem(ID); .../ how can i assign IDs to the individual Blocks and read them from another script (the block breacking script working with RayCast)