Beispiel #1
0
        protected AssignmentAI(ILivingObject worker, int playerID)
        {
            Debug.Assert(playerID != 0);

            m_playerID = playerID;

            this.Worker = worker;
            trace = new MyTraceProxy(this.Worker.Trace, "Dwarrowdelf.AssignmentAI");
        }
Beispiel #2
0
        protected AssignmentAI(ILivingObject worker, int playerID)
        {
            Debug.Assert(playerID != 0);

            m_playerID = playerID;

            this.Worker = worker;
            trace       = new MyTraceProxy(this.Worker.Trace, "Dwarrowdelf.AssignmentAI");
        }
Beispiel #3
0
 void OnPostDeserialization()
 {
     trace = new MyTraceProxy(this.Worker.Trace, "Dwarrowdelf.AssignmentAI");
 }
Beispiel #4
0
 void OnPostDeserialization()
 {
     trace = new MyTraceProxy(this.Worker.Trace, "Dwarrowdelf.AssignmentAI");
 }