powerfun-unity/Assets/Scripts/Apis/Models/AddMapRecordResultModel.cs

14 lines
257 B
C#
Raw Normal View History

2021-03-22 16:05:40 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assets.Scripts.Apis.Models
{
public class AddMapRecordResultModel
{
public int RankingId { get; set; }
}
}