mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2025-12-10 12:29:35 +02:00
Add project files.
This commit is contained in:
20
Types/Enums/Methods.cs
Normal file
20
Types/Enums/Methods.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Lava.NET.Types.Enums
|
||||
{
|
||||
public enum Methods
|
||||
{
|
||||
Qiwi = 10,
|
||||
YooMoney = 10,
|
||||
Card = 1000,
|
||||
AdvCash = 50,
|
||||
Payeer = 50,
|
||||
Phone = 10,
|
||||
PerfectMoney = 50,
|
||||
SBP = 50
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user