From 338c72605088dec9a6209bd47923e35b45d15a38 Mon Sep 17 00:00:00 2001 From: Wafa Sadri Date: Thu, 10 Apr 2014 16:22:01 +0200 Subject: [PATCH] =?UTF-8?q?Kommentare=20eingef=C3=BCgt,=20f=C3=BCr=20was?= =?UTF-8?q?=20ich=20machen=20werde?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Parser.cs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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)