mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-08 19:39:27 +02:00
14 lines
244 B
C#
14 lines
244 B
C#
namespace DiscordApp.Enums
|
|
{
|
|
public enum TransactionType
|
|
{
|
|
Refill = 0,
|
|
UserDelivery = 1,
|
|
CourierDelivery = 2,
|
|
Withdraw = 3,
|
|
Order = 4,
|
|
Buy = 5,
|
|
Sell = 6,
|
|
Refund = 7
|
|
}
|
|
} |