mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2026-02-04 10:34:13 +02:00
add discord bot
change net6.0 net7.0
This commit is contained in:
14
Enums/TransactionType.cs
Normal file
14
Enums/TransactionType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace DiscordApp.Enums
|
||||
{
|
||||
public enum TransactionType
|
||||
{
|
||||
Refill = 0,
|
||||
UserDelivery = 1,
|
||||
CourierDelivery = 2,
|
||||
Withdraw = 3,
|
||||
Order = 4,
|
||||
Buy = 5,
|
||||
Sell = 6,
|
||||
Refund = 7
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user