mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-18 21:28:10 +00:00
MtApi5: Moving some functions to new core
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
namespace MtApi5.MtProtocol
|
||||
{
|
||||
internal class FuncResult<T>
|
||||
{
|
||||
public bool RetVal { get; set; }
|
||||
public T? Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user