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 cb50010 commit 12bf68eCopy full SHA for 12bf68e
GeometryDashAPI/Server/Responses/LoginResponse.cs
@@ -3,9 +3,10 @@
3
namespace GeometryDashAPI.Server.Responses
4
{
5
[Sense(",")]
6
+ [AsStruct]
7
public class LoginResponse : GameObject
8
9
[GameProperty("0")] public int AccountId { get; set; }
10
[GameProperty("1")] public int UserId { get; set; }
11
}
-}
12
+}
0 commit comments