From 861a4b3c6fd59ff2ba3a7b7d3bb54a12df4b3a47 Mon Sep 17 00:00:00 2001 From: Vainsocial root Date: Tue, 7 Mar 2017 17:42:21 +0000 Subject: first setup --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8a05ad0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "apigrabber"] + path = apigrabber + url = https://github.com/vainglorygame/apigrabber +[submodule "processor"] + path = processor + url = https://github.com/vainglorygame/processor +[submodule "statscompiler"] + path = statscompiler + url = https://github.com/vainglorygame/statscompiler -- cgit v1.3.1