Files

8 lines
95 B
C#
Raw Permalink Normal View History

namespace MtApi
{
public enum MtEventTypes
{
LastTimeBar = 1
}
}