cfclient/Mtb/Equip.cs
2024-05-18 16:20:42 +08:00

14 lines
219 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace cfclient.Mtb
{
class Equip
{
public int id { get; }
}
}