Add project files.

This commit is contained in:
yawaflua
2024-03-07 18:11:59 +03:00
parent aee40c9686
commit 9f29952f71
19 changed files with 736 additions and 0 deletions

20
Types/Enums/Methods.cs Normal file
View 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
}
}