mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-13 02:38:07 +00:00
9 lines
182 B
C#
9 lines
182 B
C#
// ReSharper disable InconsistentNaming
|
|
namespace MtApi5.Responses
|
|
{
|
|
internal class ICustomResponse: ResponseBase
|
|
{
|
|
public int Value { get; set; }
|
|
}
|
|
}
|