ProcessOnline geschrieben
This commit is contained in:
@@ -269,9 +269,12 @@ namespace WorldOfPeacecraft
|
|||||||
//Time t = new Time(longValue);
|
//Time t = new Time(longValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProcessOnline (Block block)
|
private void ProcessOnline (Block onlineBlock)
|
||||||
{
|
{
|
||||||
//TODO -> Wafa
|
LinkedList <string> unnamedValues = onlineBlock.GetUnnamedValues ();
|
||||||
|
string stringValue = unnamedValues.First.Value;
|
||||||
|
int intValue = int.Parse (stringValue);
|
||||||
|
//Online o = new Online(intValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProcessEntities (Block entitiesBlock)
|
private void ProcessEntities (Block entitiesBlock)
|
||||||
|
|||||||
Reference in New Issue
Block a user