ProcessTime geschrieben
This commit is contained in:
@@ -261,11 +261,13 @@ namespace WorldOfPeacecraft
|
|||||||
//TODO Herausfinden wie wir das oben lösen
|
//TODO Herausfinden wie wir das oben lösen
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProcessTime (Block block)
|
private void ProcessTime (Block timeBlock)
|
||||||
{
|
{
|
||||||
//TODO -> Wafa
|
LinkedList <string> unnamedValues = timeBlock.GetUnnamedValues ();
|
||||||
|
string stringValue = unnamedValues.First.Value;
|
||||||
|
long longValue = long.Parse (stringValue);
|
||||||
|
//Time t = new Time(longValue);
|
||||||
}
|
}
|
||||||
//"begin:time",LONG,"end:time"
|
|
||||||
|
|
||||||
private void ProcessOnline (Block block)
|
private void ProcessOnline (Block block)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user