private void UpdateWandGrand()
 {
     if (Singleton <LuckWandMode> .Instance.GrandInfoList.Count > 0)
     {
         PWandInfo wandInfo = Singleton <LuckWandMode> .Instance.GrandInfoList[0];
         djName.text  = wandInfo.str;
         djValue.text = string.Format(LanguageManager.GetWord("Wand.Grand"), wandInfo.num);
     }
     else
     {
         djName.text  = string.Empty;
         djValue.text = string.Empty;
     }
 }
Exemple #2
0
 public void read(MemoryStream msdata)
 {
     PWandInfo.readLoop(msdata, grandList);
 }