Ejemplo n.º 1
0
 public static IconDefinition SmallSpellIcon(int hue, int offsetX, int offsetY)
 {
     return(FromGump(SpellIcons.RandomSmallIcon(), hue, offsetX, offsetY));
 }
Ejemplo n.º 2
0
 public static IconDefinition SmallSpellIcon(int hue)
 {
     return(FromGump(SpellIcons.RandomSmallIcon(), hue));
 }