reworked the client state machine and removed the seperate classes for the statemachines

these machines are now directly included in the parent states
This commit is contained in:
Hanno Fleischer
2024-11-26 18:04:56 +01:00
parent 7eafa3da39
commit 5c2df2430d
25 changed files with 311 additions and 271 deletions

View File

@@ -1,5 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="MdgaApp" type="Application" factoryName="Application" singleton="false" nameIsGenerated="true">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-20" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="MAIN_CLASS_NAME" value="pp.mdga.client.MdgaApp" />
<module name="Projekte.mdga.client.main" />
<option name="VM_PARAMETERS" value="-Djava.util.logging.config.file=logging.properties -ea" />