BF2Statistics.ASP.StatsProcessor.Player.SetRank C# (CSharp) Method

SetRank() public method

Sets the rank for this player
public SetRank ( int Rank ) : void
Rank int
return void
        public void SetRank(int Rank)
        {
            this.Rank = Rank;
        }