23.12.2012, 11:04
You think it`s better to make a new table for furniture and mark these with ID. So in house enum i put like this:
HouseInfo[houseID][FurnitureID] = FurnitureTableID;
?
Are you sure that`s better way than adding furniture stuff to house table?
--------------------------
And so i have to do enum like this:
FurnitureID,
FurnitureX,
FurnitureY,
FurnitureZ
And this 20x?
HouseInfo[houseID][FurnitureID] = FurnitureTableID;
?
Are you sure that`s better way than adding furniture stuff to house table?
--------------------------
And so i have to do enum like this:
FurnitureID,
FurnitureX,
FurnitureY,
FurnitureZ
And this 20x?