AI hat erste Anzeichen von I aus AI (Viel A, ein bisschen I)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user