aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Objects')
-rw-r--r--ShiftOS.Objects/EngineShiftnetSubscription.cs17
-rw-r--r--ShiftOS.Objects/ShiftOS.Objects.csproj1
2 files changed, 18 insertions, 0 deletions
diff --git a/ShiftOS.Objects/EngineShiftnetSubscription.cs b/ShiftOS.Objects/EngineShiftnetSubscription.cs
new file mode 100644
index 0000000..1296a98
--- /dev/null
+++ b/ShiftOS.Objects/EngineShiftnetSubscription.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ShiftOS.Objects
+{
+ public class EngineShiftnetSubscription
+ {
+ public string Name { get; set; }
+ public string Description { get; set; }
+ public int CostPerMonth { get; set; }
+ public int DownloadSpeed { get; set; }
+ public string Company { get; set; }
+ }
+}
diff --git a/ShiftOS.Objects/ShiftOS.Objects.csproj b/ShiftOS.Objects/ShiftOS.Objects.csproj
index 484f9df..3dc0c33 100644
--- a/ShiftOS.Objects/ShiftOS.Objects.csproj
+++ b/ShiftOS.Objects/ShiftOS.Objects.csproj
@@ -46,6 +46,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ClientSave.cs" />
+ <Compile Include="EngineShiftnetSubscription.cs" />
<Compile Include="Job.cs" />
<Compile Include="Legion.cs" />
<Compile Include="MudAttributes.cs" />