diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-05-20 18:47:29 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-05-20 18:47:29 +0200 |
| commit | 2df4f695dc87b8f492355c436994f236e504647f (patch) | |
| tree | a53435a180a53328fb5f0d66cf1a0df5d83d86f0 /domain/src/main/main.iml | |
| parent | 00b623079b264e3d5be0f22d76a75dc1198bc620 (diff) | |
finished most scenarios upto Game Eding stuff
Diffstat (limited to 'domain/src/main/main.iml')
| -rw-r--r-- | domain/src/main/main.iml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/domain/src/main/main.iml b/domain/src/main/main.iml new file mode 100644 index 0000000..908ad4f --- /dev/null +++ b/domain/src/main/main.iml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/java" isTestSource="false" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |
