Skip to content

Organized Packages into Subfolders#20

Open
TBar09 wants to merge 1 commit into
CodenameCrew:codename-devfrom
TBar09:codename-dev
Open

Organized Packages into Subfolders#20
TBar09 wants to merge 1 commit into
CodenameCrew:codename-devfrom
TBar09:codename-dev

Conversation

@TBar09

@TBar09 TBar09 commented Jun 23, 2026

Copy link
Copy Markdown

[Tested and should work as intended]

  • Macro.hx is now in the macros folder.
  • All interfaces are inside the behaviours folder.
  • Tools.hx is now in the utils folder.
  • CustomClass.hx, CustomClassHandler.hx, Expr.hx, Property.hx, and HEnum.hx are in the expr folder.

This is meant to clean up the hscript folder so every class, expr, and interface aren't bundled up into the same folder and disorganized.
The expr folder is meant for hscript expressions, like custom classes, property fields, and custom enums, for example, and the interfaces are now in their own folder to separate themselves from normal classes & prevents confusion between the two.

[Tested and should work as intended]
- Macro.hx is now in the macros folder.
- All interfaces are inside the behaviours folder.
- Tools.hx is now in the utils folder.
- CustomClass.hx, CustomClassHandler.hx, Expr.hx, Property.hx, and HEnum.hx are in the expr folder.
@TBar09 TBar09 changed the title Organized Code into Subfolders Organized Packages into Subfolders Jun 23, 2026
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

Successfully merging this pull request may close these issues.

1 participant