File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
com.playeveryware.eos/Runtime/Core/Config Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222
2323namespace PlayEveryWare . EpicOnlineServices
2424{
25+ using Newtonsoft . Json ;
2526 using Utility ;
2627 using System ;
2728
@@ -42,6 +43,7 @@ public struct Deployment : IEquatable<Deployment>
4243 /// deployment is completely defined if neither the sandbox id nor the
4344 /// deployment id are empty.
4445 /// </summary>
46+ [ JsonIgnore ]
4547 public readonly bool IsComplete
4648 {
4749 get
Original file line number Diff line number Diff line change 2222
2323namespace PlayEveryWare . EpicOnlineServices
2424{
25+ using Newtonsoft . Json ;
2526 using System . Text . RegularExpressions ;
2627 using System ;
2728
@@ -76,6 +77,7 @@ readonly get
7677 /// value is equal to the string value for an empty Guid with the dashes
7778 /// removed.
7879 /// </summary>
80+ [ JsonIgnore ]
7981 public readonly bool IsEmpty
8082 {
8183 get
You can’t perform that action at this time.
0 commit comments