Table of Contents

Enum WorldScopeKind

Namespace
GrindFest.Content
Assembly
GrindFest.dll
public enum WorldScopeKind

Fields

Boot = 0

Everything the world needs before the first frame (loading screen).

Area = 1

One area (or MapMagic region) that is about to be generated or entered.

Dungeon = 2

One dungeon level, generated on demand while playing.