Exemplo n.º 1
0
 public virtual void AddImageTiledButton(int x, int y, int normalID, int pressedID, GumpButtonType type, int param, int itemID, int hue, int width, int height, GumpResponse response)
 {
     m_RootParent.AddImageTiledButton(x + m_XOffset, y + m_YOffset, normalID, pressedID, type, param, itemID, hue, width, height, response);
     m_ButtonCount++;
 }