mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 06:29:16 +00:00
changed line 458:
public MyEnum MyEnum { get; set; }
to:
public MyEnum MyEnumCurrent { get; set; }
because it throws an error if you reuse the already declared name