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

SetValue() public méthode

public SetValue ( ChampionSpawnType type, int value ) : void
type ChampionSpawnType
value int
Résultat void
            public void SetValue(ChampionSpawnType type, int value)
            {
                SetValue((int)type, value);
            }

Same methods

PlayerMobile.ChampionTitleInfo::SetValue ( int index, int value ) : void