Move Definitions to their own class

This commit is contained in:
Cyberboss
2017-12-08 10:26:26 -05:00
parent 29fbf308c1
commit 842cee45be
5 changed files with 68 additions and 73 deletions
+1
View File
@@ -62,6 +62,7 @@
<Compile Include="Components\Instance.cs" />
<Compile Include="Components\InstanceManager.cs" />
<Compile Include="Components\Landing.cs" />
<Compile Include="Definitions.cs" />
<Compile Include="Enumerations.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="InstanceMetadata.cs" />