Server.Mobiles.PlayerMobile.ChampionTitleInfo.GetValue C# (CSharp) Méthode

GetValue() public méthode

public GetValue ( ChampionSpawnType type ) : int
type ChampionSpawnType
Résultat int
            public int GetValue(ChampionSpawnType type)
            {
                return GetValue((int)type);
            }

Same methods

PlayerMobile.ChampionTitleInfo::GetValue ( int index ) : int