old_flsystem/Chat.Packet/RobotType.cs

14 lines
207 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.Packet
{
public enum RobotType:int
{
= 1
}
}