Files
2026-04-20 19:14:50 -05:00

6 lines
96 B
C#

namespace WyvernInventory.Core.Models;
public record Computer() : GenericInventoryItem
{
}