PuzzleParserTGetNextPuzzle Method
Parses the next puzzle from the file.
Namespace: ProjectLCore.GameLogicAssembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
Return Value
TThe decoded puzzle or
if reached end of file.
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.
|