mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
error
This commit is contained in:
parent
0add14850a
commit
25559284f1
3 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ public ActionResult GetPongCP()
|
|||
}
|
||||
}
|
||||
|
||||
public ActionResult SetPongCP(int id)
|
||||
public ActionResult SetPongCP(ulong id)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
@ -42,7 +42,7 @@ public async Task<ClaimsIdentity> GenerateUserIdentityAsync(UserManager<Applicat
|
|||
}
|
||||
|
||||
public int Pong_HighestLevel { get; set; }
|
||||
public int Pong_HighestCodepointsCashout { get; set; }
|
||||
public ulong Pong_HighestCodepointsCashout { get; set; }
|
||||
|
||||
|
||||
#region Privacy
|
||||
|
|
|
@ -8,7 +8,7 @@ namespace Project_Unite.Models
|
|||
public class PongHighscore
|
||||
{
|
||||
public string UserId { get; set; }
|
||||
public long CodepointsCashout { get; set; }
|
||||
public ulong CodepointsCashout { get; set; }
|
||||
public int Level { get; set; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue