AI hat erste Anzeichen von I aus AI (Viel A, ein bisschen I)

This commit is contained in:
Wafa Sadri
2014-06-05 12:47:57 +02:00
parent 3107b7065b
commit 8cfdc1682e
2 changed files with 36 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ namespace WorldOfPeacecraft
private AutoResetEvent InitializedEvent = new AutoResetEvent(false);
private bool initialized = false;
private Pathwalker Pathwalker = new Pathwalker();
private AI ai;
public delegate void ChallengeEventHandler(Challenge c);
public event ChallengeEventHandler Challenge;
@@ -40,6 +41,8 @@ namespace WorldOfPeacecraft
SenderBuffer.AddLine ("get:ents");
SenderBuffer.AddLine ("get:me");
SenderBuffer.AddLine ("get:map");
ai = new AI(this);
}
public void SetSelfId (int id)