nodes property

List<PageNode> nodes
getter/setter pair

List of the passages of the page.

Player has to press "Continue" button in order to jump to the next node on the page.

Implementation

late List<PageNode> nodes;