We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a37f24 commit f04a627Copy full SHA for f04a627
com.playeveryware.eos/Runtime/Core/Config/Config.cs
@@ -22,7 +22,6 @@
22
23
namespace PlayEveryWare.EpicOnlineServices
24
{
25
- using Newtonsoft.Json;
26
using System;
27
using System.Linq;
28
using System.Threading.Tasks;
@@ -262,7 +261,6 @@ public static T Get<T>() where T : Config
262
261
/// Returns the fully-qualified path to the file that holds the
263
/// configuration values.
264
/// </summary>
265
- [JsonIgnore]
266
public string FilePath
267
268
get
0 commit comments