profound7 / moon-core

moon-core library for haxe
MIT License
43 stars 7 forks source link

Cannot compile for C# target #8

Open singpolyma opened 5 years ago

singpolyma commented 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`

I think the solution is to use enum Unit { UnitValue; } or similar instead.