diff options
| author | Michael VanOverbeek <[email protected]> | 2017-02-26 19:51:11 +0000 |
|---|---|---|
| committer | Michael VanOverbeek <[email protected]> | 2017-02-26 19:51:15 +0000 |
| commit | 1c3ddeaeda70d62be5c79d2e20ac3af619c07854 (patch) | |
| tree | df68f111b45f7b7da89a79c8583156d714ce201e /ShiftOS.Objects | |
| parent | 337d0ac1dd7330238aa7994bbab6b672e5cd2af7 (diff) | |
| download | shiftos_thereturn-1c3ddeaeda70d62be5c79d2e20ac3af619c07854.tar.gz shiftos_thereturn-1c3ddeaeda70d62be5c79d2e20ac3af619c07854.tar.bz2 shiftos_thereturn-1c3ddeaeda70d62be5c79d2e20ac3af619c07854.zip | |
server-side for shiftnet subscriptions
Diffstat (limited to 'ShiftOS.Objects')
| -rw-r--r-- | ShiftOS.Objects/Save.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS.Objects/Save.cs b/ShiftOS.Objects/Save.cs index aaa771e..3c7cb39 100644 --- a/ShiftOS.Objects/Save.cs +++ b/ShiftOS.Objects/Save.cs @@ -1,4 +1,4 @@ -/* +/* * MIT License * * Copyright (c) 2017 Michael VanOverbeek and ShiftOS devs @@ -51,6 +51,8 @@ namespace ShiftOS.Objects private dynamic _settings = new SettingsObject(); + public int ShiftnetSubscription { get; set; } + public Guid ID { get; set; } public bool IsMUDAdmin { get; set; } |
