修改天梯UI数据,及任务的UI数据的初步同步
This commit is contained in:
13
Assets/TcgEngine/Scripts/Data/RankData/PlayerRank.cs
Normal file
13
Assets/TcgEngine/Scripts/Data/RankData/PlayerRank.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace TcgEngine
|
||||
{
|
||||
public enum PlayerRank
|
||||
{
|
||||
|
||||
Bronze = 1, // 青铜
|
||||
Silver, // 白银
|
||||
Gold, // 黄金
|
||||
Platinum, // 铂金
|
||||
Diamond, // 钻石
|
||||
King // 王者
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user