public static void setHeroColor(heroColorOptions colorName) { heroColor = heroColorTranslator[colorName][0]; // swordColor = heroColorTranslator[colorName][1]; heroColorName = colorName.ToString(); // swordColorName = colorName.ToString(); }
public static void setSwordColor(heroColorOptions colorName) { swordColor = heroColorTranslator[colorName][1]; swordColorName = colorName.ToString(); }