diff --git a/src/Parser.cs b/src/Parser.cs index 228f633..43ecea6 100644 --- a/src/Parser.cs +++ b/src/Parser.cs @@ -180,6 +180,7 @@ namespace WorldOfPeacecraft string src = mesBlock.GetStringValue ("src"); string txt = mesBlock.GetStringValue ("txt"); //Message m = new Message (srcid, src, txt); + //TODO Herausfinden wie wir das oben lösen } private void ProcessAnswer (Block block) @@ -194,12 +195,17 @@ namespace WorldOfPeacecraft int delay = procBlock.GetIntValue ("delay"); //ProcessOpponent (procBlock.GetBlocks ()); //Result r = new Result(round, running, delay); + //TODO Herausfinden wie wir das oben lösen } - //"round:",INT,"running:",BOOLEAN,"delay:",INT,"begin:opponents:"OPPONENT,OPPONENT","end:opponents", private void ProcessOpponent(Block block) { - //TODO + //TODO -> Wafa + } + + private void ProcessDecision(Block block) + { + //TODO -> Wafa } private void ProcessChallenge (Block block) @@ -217,8 +223,6 @@ namespace WorldOfPeacecraft int y = playerBlock.GetIntValue ("y"); //Player p = new Player(points, id, busy, desc, x, y,); } - //"points:",INT, "id:",INT,"type:Player","busy:"BOOLEAN,"desc:"STRING,"x:",INT,"y:",INT, - private void ProcessYourid (Block yourIdBlock) { @@ -226,14 +230,17 @@ namespace WorldOfPeacecraft string stringValue = unnamedValues.First.Value; int intValue = int.Parse (stringValue); //YourID id = new YourID (intValue); + //TODO Herausfinden wie wir das oben lösen } private void ProcessTime (Block block) { + //TODO -> Wafa } private void ProcessOnline (Block block) { + //TODO -> Wafa } private void ProcessEntities (Block block)