Parser gibt Challenge an Backend weiter
This commit is contained in:
@@ -213,6 +213,11 @@ namespace WorldOfPeacecraft
|
||||
InitializedEvent.WaitOne();
|
||||
initialized = true;
|
||||
}
|
||||
|
||||
public void ChallengeIncome(Challenge c)
|
||||
{
|
||||
Challenge(c);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -310,6 +310,7 @@ namespace WorldOfPeacecraft
|
||||
}
|
||||
bool accepted = challengeBlock.GetBoolValue("accepted");
|
||||
Challenge c = new Challenge(id, type, accepted);
|
||||
Backend.ChallengeIncome(c);
|
||||
}
|
||||
|
||||
private void ProcessPlayerSelf (Block playerBlock)
|
||||
|
||||
Reference in New Issue
Block a user