コード例 #1
0
ファイル: Profile.cs プロジェクト: zerodowned/Core
 public int GetRank(PvPSeason season = null)
 {
     return(AutoPvP.GetProfileRank(Owner, AutoPvP.CMOptions.Advanced.Profiles.RankingOrder, season));
 }