Initial Commit

This commit is contained in:
2026-04-20 19:14:50 -05:00
parent f6b76d78fa
commit 4674529b91
28 changed files with 452 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace WyvernInventory.Core.Models;
public record Gpu() : GenericInventoryItem
{
}