From b2b4fb922602722f24b22a958b6baf85238d91df Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 12 Dec 2019 20:41:34 -0600 Subject: [PATCH] Added files for attributes and collections --- IPA.Loader/Config/Stores/Attributes.cs | 10 ++++++++++ IPA.Loader/Config/Stores/GeneratedStoreCollections.cs | 10 ++++++++++ IPA.Loader/IPA.Loader.csproj | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 IPA.Loader/Config/Stores/Attributes.cs create mode 100644 IPA.Loader/Config/Stores/GeneratedStoreCollections.cs diff --git a/IPA.Loader/Config/Stores/Attributes.cs b/IPA.Loader/Config/Stores/Attributes.cs new file mode 100644 index 00000000..420e7b2a --- /dev/null +++ b/IPA.Loader/Config/Stores/Attributes.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace IPA.Config.Stores.Attributes +{ + +} diff --git a/IPA.Loader/Config/Stores/GeneratedStoreCollections.cs b/IPA.Loader/Config/Stores/GeneratedStoreCollections.cs new file mode 100644 index 00000000..04348438 --- /dev/null +++ b/IPA.Loader/Config/Stores/GeneratedStoreCollections.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace IPA.Config.Stores.GeneratedCollections +{ + +} diff --git a/IPA.Loader/IPA.Loader.csproj b/IPA.Loader/IPA.Loader.csproj index 1785dc84..9c3e5602 100644 --- a/IPA.Loader/IPA.Loader.csproj +++ b/IPA.Loader/IPA.Loader.csproj @@ -94,7 +94,9 @@ + +