Enum Rank
Represents all ranks available in the game.
public enum Rank
- Extension Methods
Fields
Bagman = 4Represents the fifth rank for the player.
Baron = 9Represents the tenth rank for the player.
BlockBoss = 7Represents the eighth rank for the player.
Enforcer = 5Represents the sixth rank for the player.
Hoodlum = 1Represents the second rank for the player.
Hustler = 3Represents the fourth rank for the player.
Kingpin = 10Represents the eleventh rank for the player.
Peddler = 2Represents the third rank for the player.
ShotCaller = 6Represents the seventh rank for the player.
StreetRat = 0Represents the first rank for the player.
Underlord = 8Represents the ninth rank for the player.