mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-08 19:39:27 +02:00
10 lines
167 B
C#
10 lines
167 B
C#
namespace DiscordApp.Types
|
|
{
|
|
public class PaymentData
|
|
{
|
|
public int Price;
|
|
public string RedirectUrl;
|
|
public string Message;
|
|
}
|
|
}
|