EventHandler Challange im Backend
This commit is contained in:
@@ -22,6 +22,9 @@ namespace WorldOfPeacecraft
|
|||||||
private bool initialized = false;
|
private bool initialized = false;
|
||||||
private Pathwalker Pathwalker = new Pathwalker();
|
private Pathwalker Pathwalker = new Pathwalker();
|
||||||
|
|
||||||
|
public delegate void ChallengeEventHandler(Challenge c);
|
||||||
|
public event ChallengeEventHandler Challenge;
|
||||||
|
|
||||||
public Backend (IGui gui)
|
public Backend (IGui gui)
|
||||||
{
|
{
|
||||||
Gui = gui;
|
Gui = gui;
|
||||||
|
|||||||
Reference in New Issue
Block a user