`src/moon/core/Types.cs(13,49): error CS0542: `moon.core.Unit.Unit': member names cannot be the same as their enclosing type` I think the solution is to use `enum Unit { UnitValue; }` or similar instead.
src/moon/core/Types.cs(13,49): error CS0542:moon.core.Unit.Unit': member names cannot be the same as their enclosing type`I think the solution is to use
enum Unit { UnitValue; }or similar instead.