From 6b14d235c3b20bab2be4f70fe2665585cf3cff0c Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Thu, 25 Sep 2014 18:59:26 -0400 Subject: [PATCH] Added todo. --- Sample/tetrisds/store.ashx.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sample/tetrisds/store.ashx.cs b/Sample/tetrisds/store.ashx.cs index a641044..04d3fd2 100644 --- a/Sample/tetrisds/store.ashx.cs +++ b/Sample/tetrisds/store.ashx.cs @@ -29,6 +29,9 @@ namespace Sample.tetrisds // todo: Figure out what the data contains and how to parse it, so // we can have a leaderboard. + // todo: Write name, pid, region, and the mysteries contained + // within the data blob to a database. + // Since the correct response is actually blank, we don't need to // write anything to it here. }