Skip to content

Commit f04a627

Browse files
committed
Release Commit Fix: Undoing Reference to JsonIgnore
1 parent 2a37f24 commit f04a627

File tree

1 file changed

+0
-2
lines changed
  • com.playeveryware.eos/Runtime/Core/Config

1 file changed

+0
-2
lines changed

com.playeveryware.eos/Runtime/Core/Config/Config.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
namespace PlayEveryWare.EpicOnlineServices
2424
{
25-
using Newtonsoft.Json;
2625
using System;
2726
using System.Linq;
2827
using System.Threading.Tasks;
@@ -262,7 +261,6 @@ public static T Get<T>() where T : Config
262261
/// Returns the fully-qualified path to the file that holds the
263262
/// configuration values.
264263
/// </summary>
265-
[JsonIgnore]
266264
public string FilePath
267265
{
268266
get

0 commit comments

Comments
 (0)