mirror of
https://github.com/mm201/GamestatsBase.git
synced 2026-04-25 15:50:02 -05:00
Added todo.
This commit is contained in:
parent
47e075922e
commit
9259ad55dc
|
|
@ -11,7 +11,7 @@ namespace Sample.tetrisds
|
|||
/// </summary>
|
||||
public class store : GamestatsHandler
|
||||
{
|
||||
public store() : base("Wo3vqrDoL56sAdveYeC1", 0x00000000u, 0x00000000u, 0x00000000u, 0x00000000u, "tetrisds", GamestatsRequestVersions.Version1, GamestatsResponseVersions.Version1)
|
||||
public store() : base("Wo3vqrDoL56sAdveYeC1", 0, 0, 0, 0, "tetrisds", GamestatsRequestVersions.Version1, GamestatsResponseVersions.Version1)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -24,6 +24,11 @@ namespace Sample.tetrisds
|
|||
Buffer.BlockCopy(nameBytes, 0, nameChars, 0, nameBytes.Length);
|
||||
String name = new String(nameChars);
|
||||
|
||||
String region = context.Request.QueryString["region"];
|
||||
|
||||
// todo: Figure out what the data contains and how to parse it, so
|
||||
// we can have a leaderboard.
|
||||
|
||||
// Since the correct response is actually blank, we don't need to
|
||||
// write anything to it here.
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user