summaryrefslogtreecommitdiff
path: root/Project-Unite/Models/IdentityModels.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-01 08:40:29 -0400
committerMichael <[email protected]>2017-06-01 08:40:29 -0400
commite19278cc2e4be15351275d50532edff997681971 (patch)
treecc3b815d424a7ab98b06b0a8dd1a7033e73d165d /Project-Unite/Models/IdentityModels.cs
parentc8eccc638bed1d37e726650914e7f303fd16ae71 (diff)
downloadproject-unite-master.tar.gz
project-unite-master.tar.bz2
project-unite-master.zip
Store codepoints in a signed longHEADmaster
Diffstat (limited to 'Project-Unite/Models/IdentityModels.cs')
-rw-r--r--Project-Unite/Models/IdentityModels.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Models/IdentityModels.cs b/Project-Unite/Models/IdentityModels.cs
index 6783e7c..8b4ee89 100644
--- a/Project-Unite/Models/IdentityModels.cs
+++ b/Project-Unite/Models/IdentityModels.cs
@@ -42,7 +42,7 @@ namespace Project_Unite.Models
}
public int Pong_HighestLevel { get; set; }
- public ulong Pong_HighestCodepointsCashout { get; set; }
+ public long Pong_HighestCodepointsCashout { get; set; }
#region Privacy
@@ -155,7 +155,7 @@ namespace Project_Unite.Models
}
}
- public ulong Codepoints { get; set; }
+ public long Codepoints { get; set; }
[AllowHtml]
public string Bio { get; set; }