result erstellt und benutzt im parser

This commit is contained in:
Wafa Sadri
2014-04-11 11:29:43 +02:00
parent 72279dbdcb
commit 1d26e2b8af
3 changed files with 23 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ namespace WorldOfPeacecraft
int delay = procBlock.GetIntValue ("delay");
LinkedList <Block> block = procBlock.GetBlocks ();
ProcessOpponent (block.First.Value);
//Result r = new Result(round, running, delay);
Result r = new Result(round, running, delay);
}
private void ProcessOpponent(Block oppBlock)
@@ -227,7 +227,7 @@ namespace WorldOfPeacecraft
d = Decision.STAGHUNT;
if (stringValue == "SKIRMISH")
d = Decision.SKIRMISH;
Opponent o = new Opponent (id, points, total, d);
}
//DRAGON|STAGHUNT|SKIRMISH