old_flsystem/类库/Chat.Framework/QQSdk/PCQQ/Enums.cs

17 lines
280 B
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Chat.Framework.QQSdk.PCQQ
{
public enum VerifyCodeEventType
{
= 0,
= 1,
= 2
}
}