OneLine Namespace

Created by: mileswolf7

I've imported the entire project package but I seem to be countering an issue with a missing Namespace

using OneLine;

More specifically it's causing issues with these lines of code:

[OneLineWithHeader] public IntMinMax numOfPreBossNodes; [OneLineWithHeader] public IntMinMax numOfStartingNodes;

Am I missing a project file?