mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Module names
This commit is contained in:
parent
ba576c5763
commit
2d5b10fb60
@ -17,16 +17,16 @@ Main principles:
|
||||
Main principles:
|
||||
|
||||
- Try to keep single module dependencies as much as possible
|
||||
- InteractionMenu would be the requirement for most modules.
|
||||
- Anything that is 100% config should require common and not interaction.
|
||||
- Interact_Menu would be the requirement for most modules.
|
||||
- Anything that is 100% config should require Common and not Interact_Menu.
|
||||
|
||||
```
|
||||
Main -> Common -> OptionsMenu -> InteractionMenu -> Most things
|
||||
Main -> Common -> OptionsMenu -> Interact_Menu -> Most things
|
||||
|
||||
Main -> Common -> Config things
|
||||
|
||||
Main -> Common -> 3D Models |
|
||||
InteractionMenu | -> Feature
|
||||
Main -> Common -> 3D Models |
|
||||
Interact_Menu | -> Feature
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user