TLSharp/TeleSharp.TL/TL/TLAbsInputGame.cs
Afshin Arani 23e647e81c Layer-57
2016-10-13 21:03:16 +03:30

14 lines
244 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TeleSharp.TL;
namespace TeleSharp.TL
{
public abstract class TLAbsInputGame : TLObject
{
}
}