GameStatList.cs

v4.0

pageGame Module "Lists"

This is a List<GameStat> 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 GameStat data, such as:

public GameStatList stats = new GameStatList();
public GameStatList hiddenStats = new GameStatList();
public GameStatList skills = new GameStatList();
pageGameStatList

Last updated