天梯排行榜
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TcgEngine
|
||||
{
|
||||
[System.Serializable]
|
||||
public class LadderPositionResponse
|
||||
{
|
||||
// 玩家在排行榜中的位置,未上榜为null
|
||||
public int? position;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user