aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-05 08:02:30 -0500
committerMichael <[email protected]>2017-03-05 08:02:30 -0500
commitfc55d4feecb64c2bae355cceac93bdac73fe00ea (patch)
tree717d244785ec4c33b477e31d56b07212e2581f0a /ShiftOS.Objects
parenteb37ab1ac44114a9f72b31251f236181be225fa2 (diff)
downloadshiftos_thereturn-fc55d4feecb64c2bae355cceac93bdac73fe00ea.tar.gz
shiftos_thereturn-fc55d4feecb64c2bae355cceac93bdac73fe00ea.tar.bz2
shiftos_thereturn-fc55d4feecb64c2bae355cceac93bdac73fe00ea.zip
hang on, busy making a sad victor tran face
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" />