wip itemvariant

This commit is contained in:
2025-03-04 16:42:59 +01:00
parent d24dfdf262
commit a65ba9c98c
9 changed files with 116 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ func (u *ShopItemService) NewShopItem(name string, abstract string, description
Name: name,
Abstract: abstract,
Description: description,
Price: price,
BasePrice: price,
IsPublic: true,
}