mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2026-02-04 18:54:13 +02:00
update
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
namespace spworlds.Types;
|
||||
|
||||
public class Item
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int Count { get; set; }
|
||||
public int Price { get; set; }
|
||||
public string? Comment { get; set; } = null;
|
||||
}
|
||||
public class PaymentData
|
||||
{
|
||||
public int Amount;
|
||||
public Item[] Items;
|
||||
public string RedirectUrl;
|
||||
public string WebHookUrl;
|
||||
public string Data;
|
||||
|
||||
Reference in New Issue
Block a user