mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-02 20:24:26 -07:00
update MeatKit (9a1a68ab68cd0650227af944ffa30d1166b9e056)
This commit is contained in:
@@ -25,6 +25,9 @@ namespace MeatKit
|
||||
|
||||
[SerializeField]
|
||||
private string _lastSelectedProfileGuid;
|
||||
|
||||
[SerializeField]
|
||||
private string _lastUpdateCheckTime = default(DateTime).ToString(CultureInfo.InvariantCulture);
|
||||
|
||||
private static string CacheFilePath
|
||||
{
|
||||
@@ -108,5 +111,15 @@ namespace MeatKit
|
||||
WriteCache();
|
||||
}
|
||||
}
|
||||
|
||||
public static DateTime LastUpdateCheckTime
|
||||
{
|
||||
get { return DateTime.Parse(Instance._lastUpdateCheckTime); }
|
||||
set
|
||||
{
|
||||
Instance._lastUpdateCheckTime = value.ToString(CultureInfo.InvariantCulture);
|
||||
WriteCache();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user