Kommentare eingefügt, für was ich machen werde

This commit is contained in:
Wafa Sadri
2014-04-10 16:22:01 +02:00
parent 56e7172c40
commit 338c726050

View File

@@ -180,6 +180,7 @@ namespace WorldOfPeacecraft
string src = mesBlock.GetStringValue ("src"); string src = mesBlock.GetStringValue ("src");
string txt = mesBlock.GetStringValue ("txt"); string txt = mesBlock.GetStringValue ("txt");
//Message m = new Message (srcid, src, txt); //Message m = new Message (srcid, src, txt);
//TODO Herausfinden wie wir das oben lösen
} }
private void ProcessAnswer (Block block) private void ProcessAnswer (Block block)
@@ -194,12 +195,17 @@ namespace WorldOfPeacecraft
int delay = procBlock.GetIntValue ("delay"); int delay = procBlock.GetIntValue ("delay");
//ProcessOpponent (procBlock.GetBlocks ()); //ProcessOpponent (procBlock.GetBlocks ());
//Result r = new Result(round, running, delay); //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) private void ProcessOpponent(Block block)
{ {
//TODO //TODO -> Wafa
}
private void ProcessDecision(Block block)
{
//TODO -> Wafa
} }
private void ProcessChallenge (Block block) private void ProcessChallenge (Block block)
@@ -217,8 +223,6 @@ namespace WorldOfPeacecraft
int y = playerBlock.GetIntValue ("y"); int y = playerBlock.GetIntValue ("y");
//Player p = new Player(points, id, busy, desc, x, 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) private void ProcessYourid (Block yourIdBlock)
{ {
@@ -226,14 +230,17 @@ namespace WorldOfPeacecraft
string stringValue = unnamedValues.First.Value; string stringValue = unnamedValues.First.Value;
int intValue = int.Parse (stringValue); int intValue = int.Parse (stringValue);
//YourID id = new YourID (intValue); //YourID id = new YourID (intValue);
//TODO Herausfinden wie wir das oben lösen
} }
private void ProcessTime (Block block) private void ProcessTime (Block block)
{ {
//TODO -> Wafa
} }
private void ProcessOnline (Block block) private void ProcessOnline (Block block)
{ {
//TODO -> Wafa
} }
private void ProcessEntities (Block block) private void ProcessEntities (Block block)