Files
godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
Raul Santos 03c26d6618 C#: Disallow init-only properties
ReadOnly properties are currently not allowed because the generated code
needs to set them, this also apply to `init` properties because they
need to be set after initialization.
2022-12-23 19:04:14 +01:00
..