From 9df0ceefff39cffb1def70cec4048156f72df3c3 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 6 Sep 2020 12:49:38 +0200 Subject: [PATCH] added the project required for testing the handlers --- .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Game/Game.iml | 11 +++++++++++ 3 files changed, 25 insertions(+) create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Game/Game.iml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..86a82aa --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Game/Game.iml b/Game/Game.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Game/Game.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file