Improve Layout System and adopt to review

- adopted to review comments
- removed the role from layouts
- reworked the Groups within the layouts
- added more documentation
- rebased to latest changes
This commit is contained in:
RndName
2022-02-15 17:02:52 +01:00
parent 2c17a9a52e
commit 54e24dff39
93 changed files with 1606 additions and 1710 deletions

View File

@@ -1,4 +1,4 @@
from .faction import Faction
from .faction_loader import FactionLoader
from .factionloader import FactionLoader
FACTIONS = FactionLoader()