dritter Versuch für's commit von ProcessYourId
This commit is contained in:
@@ -222,7 +222,10 @@ namespace WorldOfPeacecraft
|
||||
|
||||
private void ProcessYourid (Block yourIdBlock)
|
||||
{
|
||||
int value = (int)yourIdBlock.GetUnnamedValues ();
|
||||
LinkedList <string> unnamedValues = yourIdBlock.GetUnnamedValues ();
|
||||
string stringValue = unnamedValues.First.Value;
|
||||
int intValue = int.Parse (stringValue);
|
||||
//YourID id = new YourID (intValue);
|
||||
}
|
||||
|
||||
private void ProcessTime (Block block)
|
||||
|
||||
Reference in New Issue
Block a user