cfclient/Mtb/Map.cs
2024-05-18 21:20:53 +08:00

15 lines
272 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mtb
{
class Map : F6.BaseTable
{
public readonly int map_id;
public readonly string asset_name;
}
}