181182183184185186187188189190191
{ synchronized (this) { if (_ai == null) { _ai = new SummonAI(this); } } } return (SummonAI) _ai; }