Untitled

 avatar
unknown
plain_text
3 years ago
161 B
5
Indexable
{
    InventoryLock.writeLock().lock();
    try {
        this.Inventory.put(ItemDBID, item);
    } finally {
        InventoryLock.writeLock().unlock();
    }
}
Editor is loading...