GameItemObjectList.cs

v4.0

Game Module "Lists"

This is a List<GameItemObject> which has some helpful methods for managing the data at runtime. You can have multiple Lists of this type on an object, to hold various lists of GameItemObject data, such as:

public GameItemObjectList inventory = new GameItemObjectList();
public GameItemObjectList equipment = new GameItemObjectList();
GameItemObjectList

Last updated

Was this helpful?