Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unity's C# compiler can't handle declaration expressions[1], so we need to do it in a semantically identical but syntactically different way. [1] A declaration expression is something like: DoSomething(out var foo); instead of string foo; DoSomething(out foo);
- Loading branch information