diff --git a/src/Parser.cs b/src/Parser.cs index 80aeec2..0623fd8 100644 --- a/src/Parser.cs +++ b/src/Parser.cs @@ -198,14 +198,20 @@ namespace WorldOfPeacecraft //TODO Herausfinden wie wir das oben lösen } - private void ProcessOpponent(Block block) + private void ProcessOpponent(Block oppBlock) { - //TODO -> Wafa + CheckBlocksSize (oppBlock, 1, 1); + int id = oppBlock.GetIntValue ("id"); + int points = oppBlock.GetIntValue ("points"); + int total = oppBlock.GetIntValue ("total"); + //TYPE decision = ProcessDecision(oppBlock.getBlocks()); } + //"id:"INT,"decision:",DECISION,"points:",INT,"total:",INT," private void ProcessDecision(Block block) { //TODO -> Wafa + //OK das ist hier so'n bissle der gleiche scheiß wie "Answer" wie soll das gehn, ohne Block!? } private void ProcessChallenge (Block block) @@ -237,6 +243,7 @@ namespace WorldOfPeacecraft { //TODO -> Wafa } + //"begin:time",LONG,"end:time" private void ProcessOnline (Block block) {