Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classes, namespaces #40

Open
tomaszkot opened this issue Jun 1, 2023 · 0 comments
Open

classes, namespaces #40

tomaszkot opened this issue Jun 1, 2023 · 0 comments

Comments

@tomaszkot
Copy link
Owner

tomaszkot commented Jun 1, 2023

  1. All classes related to UI shall be moved to UI subfolder of Godot project.
    All classes inside UI subfolder shall be inside UI namespace.

E.g.

namespace UI
{
public partial class UIButtons : Control
{
...

  1. all classes from Entities subfolder shall be in Entities namespace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant