AI/Guests/Inventory/Components/Trash.cs
namespace HC3.Inventory;

/// <summary>
/// This item is trash that can be disposed of in a <see cref="Bin"/>.
/// </summary>
public class Trash : Component
{

}