result erstellt und benutzt im parser
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user