pub fn bundle<Content: ResourceType, const AMOUNT: u32>() -> Bundle<Content, AMOUNT>Expand description
Creates a new Bundle with the specified resource type and amount.
Should not be reexported in mods.
pub fn bundle<Content: ResourceType, const AMOUNT: u32>() -> Bundle<Content, AMOUNT>Creates a new Bundle with the specified resource type and amount.
Should not be reexported in mods.