Parser gibt Challenge an Backend weiter

This commit is contained in:
Daniel Herrmann
2014-06-05 12:26:31 +02:00
parent 3107b7065b
commit e1b280369b
2 changed files with 6 additions and 0 deletions

View File

@@ -213,6 +213,11 @@ namespace WorldOfPeacecraft
InitializedEvent.WaitOne();
initialized = true;
}
public void ChallengeIncome(Challenge c)
{
Challenge(c);
}
}
}