PuzzleParserTGetNextPuzzle Method

Parses the next puzzle from the file.

Definition

Namespace: ProjectLCore.GameLogic
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public T GetNextPuzzle()

Return Value

T
The decoded puzzle or if reached end of file.

Exceptions

InvalidPuzzleException Invalid puzzle configuration file. Line starting with special character is empty. or Duplicate identifier line. or Duplicate reward line. or Too many puzzle lines.

See Also