Open singpolyma opened 5 years ago
src/moon/core/Types.cs(13,49): error CS0542:moon.core.Unit.Unit': member names cannot be the same as their enclosing type`
src/moon/core/Types.cs(13,49): error CS0542:
I think the solution is to use enum Unit { UnitValue; } or similar instead.
enum Unit { UnitValue; }
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.