mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +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 class KVPClass
|
||||
{
|
||||
public int Key;
|
||||
public int Value;
|
||||
}
|
||||
|
||||
private struct KVPStruct
|
||||
{
|
||||
public int Key;
|
||||
public int Value;
|
||||
}
|
||||
|
||||
protected override void Run()
|
||||
{
|
||||
mCount++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue