Inventory based on size of items

From TRCCompSci - AQA Computer Science
Revision as of 15:24, 19 December 2018 by LealWilliams (talk | contribs) (Created page with "Items in the game have different weights in their statuses. This is a method on how to limit the inventory's limit based on how heavy the items are. =Method=")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Items in the game have different weights in their statuses. This is a method on how to limit the inventory's limit based on how heavy the items are.

Method