Esempio n. 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");
        }
Esempio n. 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");
        }
Esempio n. 3
0
 void OnPostDeserialization()
 {
     trace = new MyTraceProxy(this.Worker.Trace, "Dwarrowdelf.AssignmentAI");
 }
Esempio n. 4
0
 void OnPostDeserialization()
 {
     trace = new MyTraceProxy(this.Worker.Trace, "Dwarrowdelf.AssignmentAI");
 }