mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-14 19:28:09 +00:00
MtApi5: Remove redundant classes (requests)
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
namespace MtApi5.MtProtocol
|
||||
{
|
||||
namespace ICustomRequest
|
||||
{
|
||||
public enum ParametersType
|
||||
{
|
||||
Int = 0,
|
||||
Double = 1,
|
||||
String = 2,
|
||||
Boolean = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user