Beispiel #1
0
 public ShopItem(MuGeneric.MuDef.ItemType cat_id, int item_id, int x, int y)
 {
     m_Category = cat_id;
     m_ItemID = item_id;
     m_X = (byte)x;
     m_Y = (byte)y;
 }
 public ShopItem(MuGeneric.MuDef.ItemType cat_id, int item_id, int x, int y)
 {
     m_Category = cat_id;
     m_ItemID   = item_id;
     m_X        = (byte)x;
     m_Y        = (byte)y;
 }