cfclient/Mtb/Hero.cs
2024-05-23 09:04:27 +08:00

14 lines
225 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mtb
{
class Hero : F6.BaseTable
{
public readonly int id;
}
}