4 Commits

Author SHA1 Message Date
f8601e3bd3 something 2023-06-14 02:00:21 +02:00
9c436699f9 Basic purchasing + custom purchasing API
Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
    "type": "Weapon",
    "internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
    "accountId": "6488fd2e7bec200069ca4242"
}
2023-06-14 01:41:24 +02:00
6520284cba
Add Ship (#13) 2023-06-04 22:16:49 +02:00
b3a5479e75
Inventory Infrastructure and Example for Suits (#10) 2023-06-04 03:06:22 +02:00