packagecom.dulkirfabric.util// Currently, this will be used to create A list of items that have audible sounds associated with their usagesdataclassTrackedCooldown(valitemID:Regex,valcooldownDuration:Int,// in millisvarlastUsage:Long,// from System.currentTimeMillis)