server-side for shiftnet subscriptions

This commit is contained in:
Michael VanOverbeek 2017-02-26 19:51:11 +00:00
parent 337d0ac1dd
commit 1c3ddeaeda

View file

@ -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; }