mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Change 'subclasses' to 'inner classes' in style guide
This commit is contained in:
@@ -810,7 +810,7 @@ We suggest to organize GDScript code this way:
|
|||||||
6. remaining virtual methods
|
6. remaining virtual methods
|
||||||
15. overridden custom methods
|
15. overridden custom methods
|
||||||
16. remaining methods
|
16. remaining methods
|
||||||
17. subclasses
|
17. inner classes
|
||||||
|
|
||||||
And put the class methods and variables in the following order depending on their access modifiers:
|
And put the class methods and variables in the following order depending on their access modifiers:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user