mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added back the plugin call home
This commit is contained in:
parent
decf281598
commit
cc95409722
8 changed files with 44 additions and 144 deletions
|
|
@ -9,12 +9,12 @@ namespace ServerManagerTool.Plugin.Discord
|
|||
public DiscordPluginConfig()
|
||||
: base()
|
||||
{
|
||||
LastCallHome = DateTime.MinValue;
|
||||
PluginCallUrlLast = DateTime.MinValue;
|
||||
ConfigProfiles = new ObservableList<ConfigProfile>();
|
||||
}
|
||||
|
||||
[DataMember]
|
||||
public DateTime LastCallHome
|
||||
public DateTime PluginCallUrlLast
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue