Exemplo n.º 1
0
 // XXX origin not used currently
 public MyTraceProxy(MyTraceSource traceSource, string origin)
 {
     m_traceSource = traceSource;
 }
Exemplo n.º 2
0
 public MonsterAI(ILivingObject ob, byte aiID)
     : base(ob, aiID)
 {
     trace = new MyTraceSource("Dwarrowdelf.MonsterAI", String.Format("AI {0}", this.Worker));
 }
Exemplo n.º 3
0
 // XXX origin not used currently
 public MyTraceProxy(MyTraceSource traceSource, string origin)
 {
     m_traceSource = traceSource;
 }
Exemplo n.º 4
0
 void OnPostDeserialization()
 {
     trace = new MyTraceSource("Dwarrowdelf.MonsterAI", String.Format("AI {0}", this.Worker));
 }