Skip to content

Commit a00a4ef

Browse files
committed
fix: Add note to IsEmpty property to utilize it during EOS SDK initialization.
1 parent 0fa9f9b commit a00a4ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ readonly get
7676
/// either the underlying value is null or empty, or if the underlying
7777
/// value is equal to the string value for an empty Guid with the dashes
7878
/// removed.
79+
/// TODO: Utilize this property when applying the SandboxId to the EOS
80+
/// SDK during initialization.
7981
/// </summary>
8082
[JsonIgnore]
8183
public readonly bool IsEmpty

0 commit comments

Comments
 (0)