inventoryItem property
Stores the generic inventory information
Implementation
@$pb.TagNumber(30)
$5.GenericInventory get inventoryItem => $_getN(3);
Implementation
@$pb.TagNumber(30)
set inventoryItem($5.GenericInventory value) => $_setField(30, value);