Terasology / LightAndShadow

Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting
Apache License 2.0
8 stars 22 forks source link

refactor: move flag logic to FlagAuthoritySystem #213

Closed ahv15 closed 3 years ago

ahv15 commented 3 years ago

Currently a lot of the functionalities which handles flags is scattered around in separate files. This PR moves all those functions to FlagAuthoritySystem making it easier to categorize classes. Requires https://github.com/Terasology/LightAndShadowResources/pull/66 to test it