mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Cleanup Guess demo project.
This commit is contained in:
parent
eca33486fa
commit
42ec16044c
1 changed files with 0 additions and 12 deletions
|
|
@ -29,18 +29,6 @@ namespace GuessKernel
|
||||||
|
|
||||||
private Debugger mDebugger = new Debugger("User", "Guess");
|
private Debugger mDebugger = new Debugger("User", "Guess");
|
||||||
|
|
||||||
private class KVPClass
|
|
||||||
{
|
|
||||||
public int Key;
|
|
||||||
public int Value;
|
|
||||||
}
|
|
||||||
|
|
||||||
private struct KVPStruct
|
|
||||||
{
|
|
||||||
public int Key;
|
|
||||||
public int Value;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void Run()
|
protected override void Run()
|
||||||
{
|
{
|
||||||
mCount++;
|
mCount++;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue