mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
server-side for shiftnet subscriptions
This commit is contained in:
parent
337d0ac1dd
commit
1c3ddeaeda
1 changed files with 3 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue