Ejemplo n.º 1
0
 public static void Restore(Bundle bundle)
 {
     _handler = new ItemStatusHandler(potions, colors, images, bundle);
 }
Ejemplo n.º 2
0
 public static void Restore(Bundle bundle)
 {
     _handler = new ItemStatusHandler(rings, gems, images, bundle);
 }
Ejemplo n.º 3
0
 public static void InitColors()
 {
     _handler = new ItemStatusHandler(potions, colors, images);
 }
Ejemplo n.º 4
0
 public static void InitGems()
 {
     _handler = new ItemStatusHandler(rings, gems, images);
 }
Ejemplo n.º 5
0
 public static void Restore(Bundle bundle)
 {
     _handler = new ItemStatusHandler(Scrolls, Runes, Images, bundle);
 }
Ejemplo n.º 6
0
 public static void InitLabels()
 {
     _handler = new ItemStatusHandler(Scrolls, Runes, Images);
 }
Ejemplo n.º 7
0
 public static void Restore(Bundle bundle)
 {
     _handler = new ItemStatusHandler(Wands, Woods, Images, bundle);
 }
Ejemplo n.º 8
0
 public static void InitWoods()
 {
     _handler = new ItemStatusHandler(Wands, Woods, Images);
 }