mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-01 04:57:46 +00:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace MtApi5.Responses
|
|
{
|
|
internal class ICustomResponse: ResponseBase
|
|
{
|
|
public int Value { get; set; }
|
|
}
|
|
}
|