mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
This commit is contained in:
commit
7ba86e65c4
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